mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix excludes pattern matching
This commit is contained in:
parent
6e779a0520
commit
c61d56935b
3 changed files with 18 additions and 50 deletions
|
|
@ -36,4 +36,4 @@ unsigned long djb2_hash(const unsigned char *str);
|
|||
char *base62_encode(unsigned long num);
|
||||
int read_poll(int fd, void *data, size_t len, int timeout);
|
||||
double get_current_time(void);
|
||||
bool match_any_pattern(const char *str, const char *patterns);
|
||||
bool match_patterns(const char *string, const char *patterns);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue