aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-20 14:02:00 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-20 14:02:00 +0000
commit0edcc8920eb4e0483f1c7886f07cce465bae2260 (patch)
tree17d7a1bddeab8630608cf30bc38356ff5ad4495a /gtk/menu.h
parent4fd9fcc63956b732bfde38cc8ec6622b51ba7e06 (diff)
- Declare some functions static
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] svn path=/trunk/; revision=15471
Diffstat (limited to 'gtk/menu.h')
-rw-r--r--gtk/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/menu.h b/gtk/menu.h
index b4c0cc3c28..06e51a3a61 100644
--- a/gtk/menu.h
+++ b/gtk/menu.h
@@ -29,6 +29,8 @@
extern "C" {
#endif /* __cplusplus */
+extern void add_menu_recent_capture_file(gchar *cf_name);
+
/** @file
* Menubar and context menus.
* @ingroup main_window_group