]> Dogcows Code - chaz/thecheat/blobdiff - NetTrafficControlling.h
The Cheat 1.0b3
[chaz/thecheat] / NetTrafficControlling.h
diff --git a/NetTrafficControlling.h b/NetTrafficControlling.h
new file mode 100644 (file)
index 0000000..2cd3d9c
--- /dev/null
@@ -0,0 +1,21 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      NetTrafficControlling.h
+// Created:   Wed Sep 24 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import <Cocoa/Cocoa.h>
+
+
+@protocol NetTrafficControlling
+
+- (int)netTrafficConnectionCount;
+- (NSArray *)netTrafficConnectionList;
+
+- (void)netTrafficKillConnection:(int)index;
+
+@end
\ No newline at end of file
This page took 0.016941 seconds and 4 git commands to generate.