summaryrefslogtreecommitdiff
path: root/pg.h
diff options
context:
space:
mode:
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