diff options
author | Martin Carpenter <mcarpenter@free.fr> | 2012-11-27 09:35:48 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-21 16:03:46 +0100 |
commit | 5e6ba49ef3ae3bc79c2dc1aa160900a5f776c72a (patch) | |
tree | 6a3fc109a86692b26fa80bbf717c8afa702b9ca2 /runtime/srUtils.h | |
parent | 8cc6969c732c1d26cc699983d201124004a6526f (diff) | |
download | rsyslog-5e6ba49ef3ae3bc79c2dc1aa160900a5f776c72a.tar.gz rsyslog-5e6ba49ef3ae3bc79c2dc1aa160900a5f776c72a.tar.bz2 rsyslog-5e6ba49ef3ae3bc79c2dc1aa160900a5f776c72a.zip |
Fix for glob(3)s that lack GLOB_NOMAGIC
Conflicts:
configure.ac
Diffstat (limited to 'runtime/srUtils.h')
-rw-r--r-- | runtime/srUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/srUtils.h b/runtime/srUtils.h index 3169fd94..8626a4bb 100644 --- a/runtime/srUtils.h +++ b/runtime/srUtils.h @@ -91,6 +91,7 @@ char *rs_strerror_r(int errnum, char *buf, size_t buflen); int decodeSyslogName(uchar *name, syslogName_t *codetab); int getSubString(uchar **ppSrc, char *pDst, size_t DstSize, char cSep); rsRetVal getFileSize(uchar *pszName, off_t *pSize); +int containsGlobWildcard(char *str); /* mutex operations */ /* some useful constants */ |