diff options
author | default <nobody@localhost> | 2022-09-19 23:33:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-19 23:33:11 +0200 |
commit | 5e438f8353db63c4dca5037664e10730144b0922 (patch) | |
tree | be3ebbe5123849b984d48fad0bd1ced37011152b /snac.h | |
parent | e5167b7b497175261df09a53c58d90395d108eb2 (diff) |
New function user_list().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ typedef struct _snac { int user_open(snac *snac, char *uid); void user_free(snac *snac); +d_char *user_list(void); void snac_debug(snac *snac, int level, d_char *str); #define snac_log(snac, str) snac_debug(snac, 0, str) |