diff options
Diffstat (limited to 'pg.h')
| -rw-r--r-- | pg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
