summaryrefslogtreecommitdiff
path: root/include/inspstring.h
blob: 54264a3eb54acafbeb7ae1f81762bc920521717b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __IN_INSPSTRING_H
#define __IN_INSPSTRING_H

#include "inspircd_config.h"

#ifndef HAS_STRLCPY
size_t strlcpy(char *dst, const char *src, size_t siz);
size_t strlcat(char *dst, const char *src, size_t siz);
#endif

#endif