diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:18 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:18 +0000 |
commit | 7fad909266d49203537a28e6acc5d96b14bf4e7f (patch) | |
tree | aa6e8fb2327f43f86562b3ccefda9f08fe767e4b /src/xsane-setup.h | |
parent | 947f2ec5da522dbe5b474fc7031cd3f224bd7ead (diff) |
Imported Upstream version 0.99upstream/0.99
Diffstat (limited to 'src/xsane-setup.h')
-rw-r--r-- | src/xsane-setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xsane-setup.h b/src/xsane-setup.h index 06e2949..8055dfb 100644 --- a/src/xsane-setup.h +++ b/src/xsane-setup.h @@ -26,8 +26,12 @@ /* ---------------------------------------------------------------------------------------------------------------------- */ +#ifndef XSANE_SETUP_H +# define XSANE_SETUP_H + extern void xsane_new_printer(void); extern void xsane_update_int(GtkWidget *widget, int *val); extern void xsane_setup_dialog(GtkWidget *widget, gpointer data); +#endif /* ---------------------------------------------------------------------------------------------------------------------- */ |