summaryrefslogtreecommitdiff
path: root/gtkfile.h
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2013-07-21 13:49:36 -0700
committerRuss Allbery <rra@debian.org>2013-07-21 13:49:36 -0700
commit02afa49ca106bbd29895a61ce16c110d3d819b3d (patch)
tree5b1c86964e47ed31dca8c4f96fa9b88c48f28e0a /gtkfile.h
parent71a137c6c77cadddd4ed628cf0dcc310fbb32a49 (diff)
Imported Upstream version 1.01.003
Diffstat (limited to 'gtkfile.h')
-rw-r--r--gtkfile.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtkfile.h b/gtkfile.h
index e7c42ea..59d2275 100644
--- a/gtkfile.h
+++ b/gtkfile.h
@@ -19,16 +19,16 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: gtkfile.h,v 1.8 2009/05/06 19:25:23 c_anthon Exp $
+ * $Id: gtkfile.h,v 1.10 2013/06/16 02:16:14 mdpetch Exp $
*/
-#ifndef _GTKFILE_H_
-#define _GTKFILE_H_
-extern void GTKOpen (gpointer p, guint n, GtkWidget * pw);
-extern void GTKCommandsOpen(gpointer p, guint n, GtkWidget *pw);
-extern void GTKSave (gpointer p, guint n, GtkWidget * pw);
-extern char *GTKFileSelect (const gchar * prompt, const gchar * extension, const gchar * folder,
- const gchar * name, GtkFileChooserAction action);
-extern void SetDefaultFileName (char *path);
-extern void GTKBatchAnalyse( gpointer p, guint n, GtkWidget *pw);
+#ifndef GTKFILE_H
+#define GTKFILE_H
+extern void GTKOpen(gpointer p, guint n, GtkWidget * pw);
+extern void GTKCommandsOpen(gpointer p, guint n, GtkWidget * pw);
+extern void GTKSave(gpointer p, guint n, GtkWidget * pw);
+extern char *GTKFileSelect(const gchar * prompt, const gchar * extension, const gchar * folder,
+ const gchar * name, GtkFileChooserAction action);
+extern void SetDefaultFileName(char *path);
+extern void GTKBatchAnalyse(gpointer p, guint n, GtkWidget * pw);
#endif