Add strlcat() and strlcpy(), might convert to them in the future

This commit is contained in:
Berke Viktor
2012-09-24 02:39:52 +02:00
parent ba0bcc9214
commit 2c2419f230
6 changed files with 97 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ EXTRA_DIST = \
servlist.h \
ssl.h \
ssl.c \
strlutil.c \
text.h \
textenums.h \
textevents.h \
@@ -54,7 +55,7 @@ SUBDIRS = $(dbusdir) .
libxchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c history.c ignore.c \
inbound.c modes.c msproxy.c network.c notify.c outbound.c \
plugin.c plugin-timer.c proto-irc.c server.c servlist.c $(ssl_c) \
text.c tree.c url.c userlist.c util.c xchat.c
strlutil.c text.c tree.c url.c userlist.c util.c xchat.c
libxchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS)
textevents: make-te