summaryrefslogtreecommitdiff
path: root/macosx/PluginList.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-10 20:46:32 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-10 20:46:32 +0000
commit7c6a7978c020b739e755c2bed56f91c5b7adf509 (patch)
tree618bfce436fcc3bb78722da2e7e2023616b0479f /macosx/PluginList.h
parente66ba25d49a90a20e2465cadeef8e2e83ce291bc (diff)
downloadpcsxr-7c6a7978c020b739e755c2bed56f91c5b7adf509.tar.gz
Use strlcpy on OS X code.
> Better handling of the net system on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82182 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PluginList.h')
-rwxr-xr-xmacosx/PluginList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/PluginList.h b/macosx/PluginList.h
index 8eaa6727..9e6107d0 100755
--- a/macosx/PluginList.h
+++ b/macosx/PluginList.h
@@ -33,4 +33,7 @@
- (PcsxrPlugin *)activePluginForType:(int)type;
- (BOOL)setActivePlugin:(PcsxrPlugin *)plugin forType:(int)type;
+- (void)disableNetPlug;
+- (void)enableNetPlug;
+
@end