/* This file is in the public domain. */ #ifndef _FSM_LOADED #define _FSM_LOADED 1 typedef struct { char *string; int flags; } FSMarg; #define FSM_FLAG_PARSE_BLANKS (0x00000001) #endif _FSM_LOADED