mirror of
https://git.wuffs.org/MWCC
synced 2025-12-13 07:06:16 +00:00
reorganise things a bit to align further with the actual names/structure
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "cmdline.h"
|
||||
|
||||
// I don't actually have a name for this file, annoyingly enough
|
||||
|
||||
void AddFileTypeMappingList(OSFileTypeMappings **list, const OSFileTypeMappingList *entry) {
|
||||
OS_AddFileTypeMappingList(list, entry);
|
||||
}
|
||||
@@ -4,16 +4,16 @@ extern const char *CMDLINE_BUILD_TIME;
|
||||
extern const char *CMDLINE_BUILD_DATE;
|
||||
|
||||
// Glue functions
|
||||
extern int RegisterStaticParserPlugins();
|
||||
extern int RegisterStaticParserResources();
|
||||
extern int RegisterStaticParserPlugins(void);
|
||||
extern int RegisterStaticParserResources(void);
|
||||
|
||||
extern void GetStaticTarget(OSType *cpu, OSType *os);
|
||||
extern void GetStaticPluginType(OSType *language, OSType *plugintype);
|
||||
extern void GetStaticParserPluginType(OSType *style);
|
||||
extern int RegisterStaticTargetResources();
|
||||
extern int RegisterStaticTargetPlugins();
|
||||
extern int RegisterStaticTargetResources(void);
|
||||
extern int RegisterStaticTargetPlugins(void);
|
||||
|
||||
extern int RegisterStaticParserToolInfo();
|
||||
extern int RegisterStaticParserToolInfo(void);
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
OSType cpu;
|
||||
|
||||
Reference in New Issue
Block a user