src/lib/err.h
author Tero Marttila <terom@fixme.fi>
Sat, 13 Dec 2008 19:55:50 +0200
branchnew-evsql
changeset 53 0d6e07f4c9a1
parent 45 424ce5ab82fd
permissions -rw-r--r--
separate evsql documentation
#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 */