summaryrefslogtreecommitdiff
path: root/include/inspstring.h
blob: f13f098ddcfdd9ee209b16cde650f19f8d33d772 (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 HAVE_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