f660e3460a
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.
14 lines
174 B
C
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
|