comparison compat/compat.h @ 0:6ce4443e7545

Add the draft of an API to collect statistics on LXC
author Louis Opter <kalessin@kalessin.fr>
date Wed, 29 Dec 2010 23:28:14 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6ce4443e7545
1 #ifndef _LXC_STATS_COMPAT_H_
2 # define _LXC_STATS_COMPAT_H_
3
4 /* Courtesy of OpenBSD 4.8 */
5
6 size_t _lxcst_strlcat(char *dst, const char *src, size_t siz);
7 size_t _lxcst_strlcpy(char *dst, const char *src, size_t siz);
8
9 #endif