diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-15 10:53:50 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-15 10:53:50 +0100 |
| commit | 6898156417a5053e38f1fa610b3f6790f8e702b1 (patch) | |
| tree | b0ae24db0f0123de6f25ee9440967f140739a13a /FICS | |
| parent | 0bcfc1718e755899756bed9ed6c08a258814f961 (diff) | |
Added begin/end decls
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/obsproc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/obsproc.h b/FICS/obsproc.h index e9fa1a0..ec1e69e 100644 --- a/FICS/obsproc.h +++ b/FICS/obsproc.h @@ -30,6 +30,7 @@ #define MAX_JOURNAL 10 +__FICS_BEGIN_DECLS extern int GameNumFromParam(int, int *, parameter *); extern int com_allobservers(int, param_list); extern int com_backward(int, param_list); @@ -55,5 +56,6 @@ extern int com_unobserve(int, param_list); extern void ExamineScratch(int, param_list); extern void jsave_history(int, char, int, int, char *); extern void unobserveAll(int); +__FICS_END_DECLS #endif /* _OBSPROC_H */ |
