Very old versions for history.
[opsoft_archive.git] / silentbob / silentbob-1.1 / src / bugs.h
blobbfe167c79f86fe8d567d1ce7ed8276b918162f7a
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
4 *
5 */
7 #ifndef DEFINE_BUGS_H
8 #define DEFINE_BUGS_H
10 void bug_longmacro () ;
11 void bug_nosuch_tag (char * f_name) ;
12 void bug_nocalltags () ;
13 void bug_system () ;
14 void bug_fork () ;
15 void bug_plugin (char *name) ;
16 void bug_notsupported ();
18 #endif