summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-31 17:51:33 +0200
committerdefault <nobody@localhost>2024-05-31 17:51:33 +0200
commit6d29cfd63d744d91fa549bbd89ed2bf51c0c4760 (patch)
tree631c6bb402a76823bbc5f4c22afdefe5463fc9af /snac.h
parentfb3bda700caae47f2cb45e8f4a47f4538e8f65ed (diff)
Don't propagate the user change after dismissing the announcement.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 8193ca5..c39ea58 100644
--- a/snac.h
+++ b/snac.h
@@ -76,7 +76,7 @@ int user_open(snac *snac, const char *uid);
void user_free(snac *snac);
xs_list *user_list(void);
int user_open_by_md5(snac *snac, const char *md5);
-int user_persist(snac *snac);
+int user_persist(snac *snac, int publish);
int validate_uid(const char *uid);