diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -120,7 +120,7 @@ void user_free(snac *snac) | |||
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | 122 | ||
| 123 | int user_open(snac *snac, char *uid) | 123 | int user_open(snac *snac, const char *uid) |
| 124 | /* opens a user */ | 124 | /* opens a user */ |
| 125 | { | 125 | { |
| 126 | int ret = 0; | 126 | int ret = 0; |