summaryrefslogtreecommitdiff
path: root/pg.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-11-16 19:19:40 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-11-16 19:19:40 +0100
commit6a9af570e7288df584504c7167ba4c1f76cafced (patch)
treea33f85153d96c5d2987d8fbf5f815dc9f74fc697 /pg.h
parent5af90fb735d357a729d02a661c92af6e865b6d3a (diff)
User lines and minor fixes.
Diffstat (limited to 'pg.h')
-rw-r--r--pg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pg.h b/pg.h
index 26fbe54..568ab6d 100644
--- a/pg.h
+++ b/pg.h
@@ -13,6 +13,6 @@ int pg_channel_get(struct channel_t *channel);
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_user_get(int channel_id, struct user_t *user);
+void pg_users_get(int channel_id);
#endif