mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Add missing files
This commit is contained in:
parent
debcf7eb6c
commit
9482c0c1d3
3 changed files with 386 additions and 0 deletions
18
BeefySysLib/third_party/putty/wildcard.h
vendored
Normal file
18
BeefySysLib/third_party/putty/wildcard.h
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue