diff options
| author | grunfink <grunfink@noreply.codeberg.org> | 2026-02-07 16:59:33 +0100 |
|---|---|---|
| committer | grunfink <grunfink@noreply.codeberg.org> | 2026-02-07 16:59:33 +0100 |
| commit | 841b726f71ba82635237d0064517a6dcb39a9067 (patch) | |
| tree | 13e196e417251737b580aa52966071f96baeff2c /snac.h | |
| parent | 79cf2cae3986c18be2830db79f9fcfd641a4c19d (diff) | |
| parent | ea81780895702b08b0b93ff48bd1876330632b89 (diff) | |
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); xs_str *hash_password(const char *uid, const char *passwd, const char *nonce); int check_password(const char *uid, const char *passwd, const char *hash); +char* findprog(const char *prog); int strip_media(const char *fn); int check_strip_tool(void); |