summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index 62f8b58f..e5625d16 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2010 Jay Sorg
+ Copyright (c) 2004-2012 Jay Sorg
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@@ -32,7 +32,7 @@
#include "arch.h"
void APP_CC
-g_init(void);
+g_init(const char* app_name);
void APP_CC
g_deinit(void);
void* APP_CC