summaryrefslogtreecommitdiffstats
path: root/src/gtk/filemenu.h
blob: d24875f61b35ef19bbe6a617cd158ed99ef64334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * filemenu.h
 *
 * Copyright (C) 1999 Jonathan St-André
 * Copyright (C) 1999 Hugo Villeneuve <hugo@hugovil.com>
 *
 * This file is released under the GPLv2
 */

#ifndef FILEMENU_H
#define FILEMENU_H 1

#include <gtk/gtk.h>

void
file_add_menu(GtkWidget *menu_bar);

#endif /* FILEMENU_H */