summaryrefslogtreecommitdiff
path: root/plugins/bladesio1/sio1.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bladesio1/sio1.h')
-rwxr-xr-xplugins/bladesio1/sio1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bladesio1/sio1.h b/plugins/bladesio1/sio1.h
index 6777345d..80f2a6cb 100755
--- a/plugins/bladesio1/sio1.h
+++ b/plugins/bladesio1/sio1.h
@@ -32,7 +32,7 @@
extern "C" {
#endif
#ifdef PCSXRCORE
-extern char* Pcsxr_locale_text(char* toloc);
+__private_extern__ char* Pcsxr_locale_text(char* toloc);
#define _(String) Pcsxr_locale_text(String)
#define N_(String) String
#else
@@ -45,7 +45,7 @@ extern char* Pcsxr_locale_text(char* toloc);
#define PLUGLOC_x(x,y) x ## y
#define PLUGLOC_y(x,y) PLUGLOC_x(x,y)
#define PLUGLOC PLUGLOC_y(PCSXRPLUG,_locale_text)
-extern char* PLUGLOC(char* toloc);
+__private_extern__ char* PLUGLOC(char* toloc);
#define _(String) PLUGLOC(String)
#define N_(String) String
#endif