Annotation of embedaddon/lighttpd/src/safe_memclear.h, revision 1.1

1.1     ! misho       1: #ifndef _SAFE_MEMCLEAR_H_
        !             2: #define _SAFE_MEMCLEAR_H_
        !             3: #include "first.h"
        !             4: 
        !             5: /* size_t */
        !             6: #include <sys/types.h>
        !             7: 
        !             8: void safe_memclear(void *s, size_t n);
        !             9: 
        !            10: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>