mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-13 19:02:23 +00:00
Add prototypes for strlcpy/strlcat
This commit is contained in:
parent
eadf90aa65
commit
5244690a5e
4 changed files with 10 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include "os.h"
|
||||
|
||||
/*
|
||||
* Appends src to string dst of size siz (unlike strncat, siz is the
|
||||
|
|
|
|||
Loading…
Reference in a new issue