mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:30:12 +08:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef __pcre_h__
|
|
#define __pcre_h__
|
|
|
|
void pcre_install(void);
|
|
|
|
#endif /* __pcre_h__ */
|