~ubuntu-branches/ubuntu/oneiric/fprint-demo/oneiric

« back to all changes in this revision

Viewing changes to src/fprint_demo.h

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2010-08-15 03:30:56 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100815033056-50rsaehk8krticuk
Tags: 20080303git-5ubuntu1
* Merge with debian (lp: #603831), remaining changes
  - Add dh_icons in debian/rules to install icons
  - Build-depend on debhelper >= 5.0.51~ for dh_icons
  - Add usr/share/applications to debian/dirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
extern struct fpd_tab identify_tab;
49
49
extern struct fpd_tab img_tab;
50
50
 
 
51
/* helper dialogs */
 
52
GtkWidget *run_please_wait_dialog(char *msg);
 
53
GtkWidget *create_scan_finger_dialog(void);
 
54
void run_scan_finger_dialog(GtkWidget *dialog);
 
55
void destroy_scan_finger_dialog(GtkWidget *dialog);
 
56
 
51
57
#endif