summaryrefslogtreecommitdiff
path: root/pg.h
diff options
context:
space:
mode:
Diffstat (limited to 'pg.h')
-rw-r--r--pg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pg.h b/pg.h
index 568ab6d..71a3b7e 100644
--- a/pg.h
+++ b/pg.h
@@ -3,6 +3,7 @@
#include "channel.h"
#include "user.h"
+#include "word.h"
int pg_connect(const char *string);
void pg_disconnect();
@@ -14,5 +15,6 @@ long pg_channel_file_get(int channel_id, struct channel_file_t *file);
void pg_channel_file_set(int channel_id, struct channel_file_t *file, long pos);
void pg_user_set(int channel_id, struct user_t *user);
void pg_users_get(int channel_id);
+void pg_words_set(int channel);
#endif