diff options
| author | 2023-04-28 08:33:02 +0200 | |
|---|---|---|
| committer | 2023-04-28 08:33:02 +0200 | |
| commit | 765f63772f5a63c6c7c97c06b265f5bba06966df (patch) | |
| tree | f9d6dd0b28d7db426aff80654e3991be6b3b1ba7 /mastoapi.c | |
| parent | Ensure the new app client_id is unique. (diff) | |
| download | snac2-765f63772f5a63c6c7c97c06b265f5bba06966df.tar.gz snac2-765f63772f5a63c6c7c97c06b265f5bba06966df.tar.xz snac2-765f63772f5a63c6c7c97c06b265f5bba06966df.zip | |
New function mastoapi_purge() (still dummy).
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1961,4 +1961,9 @@ int mastoapi_put_handler(const xs_dict *req, const char *q_path, | |||
| 1961 | } | 1961 | } |
| 1962 | 1962 | ||
| 1963 | 1963 | ||
| 1964 | void mastoapi_purge(void) | ||
| 1965 | { | ||
| 1966 | } | ||
| 1967 | |||
| 1968 | |||
| 1964 | #endif /* #ifndef NO_MASTODON_API */ | 1969 | #endif /* #ifndef NO_MASTODON_API */ |