summaryrefslogtreecommitdiff
path: root/include/main.h
blob: d09ac65b33b856cb99c96446b2b3141a61162be3 (plain)
1
2
3
4
5
6
7
8
9
10
/* Functions */

#include <glib.h>
#include <grobot.h>

void main_prog (void *closure, gint argc, gchar *argv[]);
void death (GRobot *robot);
void exit_nicely (void);
void usage (const gchar *argv0);
gint is_file (const gchar *filename);