00001 #ifndef _FLOW_CONFIG_H 00002 #define _FLOW_CONFIG_H 00003 typedef struct FlowConfig 00004 { 00005 int memcap; 00006 } 00007 00008 #endif /* _FLOW_CONFIG_H */