This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
libcfu/include/cfutypes.h
Matthew Brush f660e3460a Initial commit
All of the files from the tarball downloaded from SourceForge are
being checked in so there's a record of the changes made compared
to it (since I can't find the libcfu source repository). The
generated files will be removed in the following commit.
2013-03-04 01:40:58 -08:00

14 lines
174 B
C

/* Creation date: 2005-07-30 16:44:11
* Authors: Don
* Change log:
*/
#ifndef _CFU_TYPES_H_
#define _CFU_TYPES_H_
#include <sys/types.h>
/* u_int is defined */
#endif