aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/comproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/comproc.c')
-rw-r--r--FICS/comproc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c
index bfe362f..effd42f 100644
--- a/FICS/comproc.c
+++ b/FICS/comproc.c
@@ -54,11 +54,11 @@
#include "utils.h"
#include "variable.h"
-const int none = 0;
-const int blitz_rat = 1;
-const int std_rat = 2;
-const int wild_rat = 3;
-const int light_rat = 4;
+PUBLIC const int none = 0;
+PUBLIC const int blitz_rat = 1;
+PUBLIC const int std_rat = 2;
+PUBLIC const int wild_rat = 3;
+PUBLIC const int light_rat = 4;
PUBLIC int num_news = -1;