From 6898156417a5053e38f1fa610b3f6790f8e702b1 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 15 Mar 2026 10:53:50 +0100 Subject: Added begin/end decls --- FICS/obsproc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/obsproc.h') 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 */ -- cgit v1.2.3