1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00
transmission/third-party/wildmat/wildmat.h
Mike Gelfand 128cf34123
Move jsonsl and wildmat to third-party (#4402)
* Move jsonsl to third-party

This treats it as proper 3rd-party code to which our warning and style
settings don't extend.

* Move wildmat to third-party

This treats it as proper 3rd-party code to which our warning and style
settings don't extend.

* Fixup Xcode project to match new project structure
2022-12-18 19:19:07 +00:00

12 lines
132 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
int
DoMatch (const char * text, const char * p);
#ifdef __cplusplus
}
#endif