src/lib/err.h
author Tero Marttila <terom@fixme.fi>
Sat, 13 Dec 2008 04:20:56 +0200
branchnew-evsql
changeset 51 c65d0f4c3bff
parent 45 424ce5ab82fd
permissions -rw-r--r--
evsql: documentation improvements, fix consts, use bools
#ifndef LIB_ERR_H
#define LIB_ERR_H

#include <errno.h>

/*
 * err_t is always positive
 */
typedef unsigned int err_t;

#endif /* LIB_ERR_H */