From 0e19f080df49504d78fd6c9a2ce91b8819255818 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 17 Nov 2010 20:21:09 +0100 Subject: Fixed prototypes in pg.h. --- pg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pg.h') diff --git a/pg.h b/pg.h index 71a3b7e..95a160c 100644 --- a/pg.h +++ b/pg.h @@ -15,6 +15,7 @@ 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); +void pg_word_set(int channel, struct word_t *word); +void pg_words_get(int channel); #endif -- cgit v1.2.3