diff options
| author | default <nobody@localhost> | 2024-09-18 18:34:17 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-18 18:34:17 +0200 |
| commit | 97cc35f577dbe390c5c6c841e41f6a82b32aff9d (patch) | |
| tree | 82c34bfcb1fa4a1adc1e3d4eab92d53d24ffc1f3 /snac.h | |
| parent | 00716d187163254cb3fce946316072c28b7bc949 (diff) | |
Started account migration code.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -310,6 +310,7 @@ xs_dict *msg_actor(snac *snac); xs_dict *msg_update(snac *snac, const xs_dict *object); xs_dict *msg_ping(snac *user, const char *rcpt); xs_dict *msg_pong(snac *user, const char *rcpt, const char *object); +xs_dict *msg_move(snac *user, const char *new_account); xs_dict *msg_question(snac *user, const char *content, xs_list *attach, const xs_list *opts, int multiple, int end_secs); @@ -389,6 +390,7 @@ void mastoapi_purge(void); void verify_links(snac *user); void export_csv(snac *user); +int migrate_account(snac *user); void import_csv(snac *user); typedef enum { |