repo.or.cz
/
opsoft_archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Very old versions for history.
[opsoft_archive.git]
/
silentbob
/
silentbob-1.1
/
src
/
bugs.h
blob
bfe167c79f86fe8d567d1ce7ed8276b918162f7a
1
/*
2
* (c) Oleg Puchinin 2006
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef DEFINE_BUGS_H
8
#define DEFINE_BUGS_H
9
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
();
17
18
#endif