src/lib/err.h
author Tero Marttila <terom@fixme.fi>
Mon, 16 Mar 2009 21:48:13 +0200
changeset 63 76a782abddca
parent 45 424ce5ab82fd
permissions -rw-r--r--
replace use of err_t in evsql.h with evsql_err_t, fix some warnings with EVSQL_TYPE initializer, and update .hgignore for doxygen output
#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 */