summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 5a11e9e95..0e7d8cf34 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -692,6 +692,10 @@ E void ModuleRemoveBackups(const char *dbname);
/**** news.c ****/
+/* Add news items. */
+E int add_newsitem(User * u, const char *text, int16 type);
+/* Delete news items. */
+E int del_newsitem(int num, int16 type);
E int32 nnews, news_size;
E NewsItem *news;
E void get_news_stats(long *nrec, long *memuse);