X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=NetTrafficControlling.h;fp=NetTrafficControlling.h;h=2cd3d9c11de72f9148faf38393d2c2e25f0711c6;hp=0000000000000000000000000000000000000000;hb=42cf7bbe564d70233a0d73baee613f209eb00eb6;hpb=2d60a59a8ad195dd0af8f90c8d5b74a69ce7f4fa diff --git a/NetTrafficControlling.h b/NetTrafficControlling.h new file mode 100644 index 0000000..2cd3d9c --- /dev/null +++ b/NetTrafficControlling.h @@ -0,0 +1,21 @@ + +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Project: The Cheat +// +// File: NetTrafficControlling.h +// Created: Wed Sep 24 2003 +// +// Copyright: 2003 Chaz McGarvey. All rights reserved. +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#import + + +@protocol NetTrafficControlling + +- (int)netTrafficConnectionCount; +- (NSArray *)netTrafficConnectionList; + +- (void)netTrafficKillConnection:(int)index; + +@end \ No newline at end of file