equal
deleted
inserted
replaced
59 FrameworkMap **node); |
59 FrameworkMap **node); |
60 |
60 |
61 /* returns FWMgrTrue if processed successfully */ |
61 /* returns FWMgrTrue if processed successfully */ |
62 static FWMgrBool tokenizeTag(FWMgrTagType tagType, const char* buffer, |
62 static FWMgrBool tokenizeTag(FWMgrTagType tagType, const char* buffer, |
63 FrameworkMap **node); |
63 FrameworkMap **node); |
64 |
|
65 /* Crates a default rules config file */ |
|
66 static int createDefaultRules(const char * filename); |
|
67 |
64 |
68 /* Global functions from header file */ |
65 /* Global functions from header file */ |
69 |
66 |
70 /* FrameworkMap* XAFrameworkMgr_CreateFrameworkMap |
67 /* FrameworkMap* XAFrameworkMgr_CreateFrameworkMap |
71 * Description: Creates a list of framework and use-case map. |
68 * Description: Creates a list of framework and use-case map. |