Consistent header macros everywhere

This commit is contained in:
Berke Viktor
2013-04-01 01:02:03 +02:00
parent 4de6db6c47
commit 0f20423455
34 changed files with 163 additions and 12 deletions

View File

@@ -14,5 +14,10 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef HEXCHAT_STRLUTIL_H
#define HEXCHAT_STRLUTIL_H
size_t strlcat(char *dst, const char *src, size_t siz);
size_t strlcpy(char *dst, const char *src, size_t siz);
#endif