summaryrefslogtreecommitdiff
path: root/gtkfile.h
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2008-04-05 11:49:47 -0700
committerRuss Allbery <rra@debian.org>2008-04-05 11:49:47 -0700
commitfe15fa62fee6fe5e5f09e2ad6156be97e2b4f357 (patch)
treeadea8d5c43b20a8fb47f3f83d2032c2e46cb5b52 /gtkfile.h
parenta7b397b9cba0433df7783403a153767f918af350 (diff)
Imported Upstream version 0.9.0
Diffstat (limited to 'gtkfile.h')
-rw-r--r--gtkfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtkfile.h b/gtkfile.h
index f69fa05..77abfa5 100644
--- a/gtkfile.h
+++ b/gtkfile.h
@@ -19,14 +19,13 @@
* 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.5 2007/11/16 21:13:18 c_anthon Exp $
+ * $Id: gtkfile.h,v 1.6 2008/03/10 09:32:12 Superfly_Jon Exp $
*/
#ifndef _GTKFILE_H_
#define _GTKFILE_H_
extern void GTKOpen (gpointer p, guint n, GtkWidget * pw);
extern void GTKSave (gpointer p, guint n, GtkWidget * pw);
-extern void GTKExport (gpointer p, guint n, GtkWidget * pw);
extern char *GTKFileSelect (gchar * prompt, gchar * extension, gchar * folder,
gchar * name, GtkFileChooserAction action);
extern void SetDefaultFileName (char *path);