view compat/compat.h @ 12:dbf24a82f625 default tip

Fix doxygen comments and add a Doxyfile
author Louis Opter <kalessin@kalessin.fr>
date Fri, 07 Jan 2011 21:49:31 +0100
parents 6ce4443e7545
children
line wrap: on
line source

#ifndef _LXC_STATS_COMPAT_H_
# define _LXC_STATS_COMPAT_H_

/* Courtesy of OpenBSD 4.8 */

size_t  _lxcst_strlcat(char *dst, const char *src, size_t siz);
size_t  _lxcst_strlcpy(char *dst, const char *src, size_t siz);

#endif