bygfoot/src/misc.h

16 lines
221 B
C
Raw Normal View History

2004-12-23 13:58:39 +01:00
#ifndef MISC_H
#define MISC_H
#include "bygfoot.h"
void
misc_print_error(GError *error, gboolean abort_program);
void
misc_swap_int(gint *first, gint *second);
GPtrArray*
misc_separate_strings(gchar *string);
2004-12-23 13:58:39 +01:00
#endif