1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/BeefySysLib/third_party/putty/wildcard.h
2022-07-06 20:12:38 -03:00

18 lines
No EOL
336 B
C

#ifndef PUTTY_WILDCARD_H_INCLUDE
#define PUTTY_WILDCARD_H_INCLUDE
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
const char *wc_error(int value);
int wc_match(const char *wildcard, const char *target);
bool wc_unescape(char *output, const char *wildcard);
#ifdef __cplusplus
}
#endif
#endif // PUTTY_WILDCARD_H_INCLUDE