diff options
| author | 2026-02-07 16:59:33 +0100 | |
|---|---|---|
| committer | 2026-02-07 16:59:33 +0100 | |
| commit | 841b726f71ba82635237d0064517a6dcb39a9067 (patch) | |
| tree | 13e196e417251737b580aa52966071f96baeff2c /snac.h | |
| parent | Updated TODO. (diff) | |
| parent | strip_exif support for the OpenBSD sandbox (diff) | |
| download | snac2-841b726f71ba82635237d0064517a6dcb39a9067.tar.gz snac2-841b726f71ba82635237d0064517a6dcb39a9067.tar.xz snac2-841b726f71ba82635237d0064517a6dcb39a9067.zip | |
Merge pull request 'strip_exif support for the OpenBSD sandbox' (#548) from oxzi/snac2:strip-metadata-openbsd into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/548
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -107,6 +107,7 @@ int validate_uid(const char *uid); | |||
| 107 | xs_str *hash_password(const char *uid, const char *passwd, const char *nonce); | 107 | xs_str *hash_password(const char *uid, const char *passwd, const char *nonce); |
| 108 | int check_password(const char *uid, const char *passwd, const char *hash); | 108 | int check_password(const char *uid, const char *passwd, const char *hash); |
| 109 | 109 | ||
| 110 | char* findprog(const char *prog); | ||
| 110 | int strip_media(const char *fn); | 111 | int strip_media(const char *fn); |
| 111 | int check_strip_tool(void); | 112 | int check_strip_tool(void); |
| 112 | 113 | ||