11 lines
151 B
C
11 lines
151 B
C
#ifndef __SBOT_H__
|
|
# define __SBOT_H__
|
|
|
|
# include <glib.h>
|
|
|
|
extern gboolean do_scuttling;
|
|
|
|
gpointer scuttle(gchar *ssb_dir);
|
|
|
|
#endif /* __SBOT_H__ */
|