summaryrefslogtreecommitdiffabout
path: root/pumpkin/ReceiveXFer.h
Side-by-side diff
Diffstat (limited to 'pumpkin/ReceiveXFer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pumpkin/ReceiveXFer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pumpkin/ReceiveXFer.h b/pumpkin/ReceiveXFer.h
new file mode 100644
index 0000000..f62fcdc
--- a/dev/null
+++ b/pumpkin/ReceiveXFer.h
@@ -0,0 +1,8 @@
+
+#import "XFer.h"
+
+@interface ReceiveXFer : XFer
+
+-(ReceiveXFer*)initWithPeer:(struct sockaddr_in *)sin andPacket:(TFTPPacket*)p;
+-(ReceiveXFer*)initWithLocalFile:(NSString *)lf peerAddress:(const struct sockaddr_in *)pa remoteFile:(NSString *)rf xferType:(NSString *)xt blockSize:(uint16_t)bs andTimeout:(int)to;
+@end