-rw-r--r-- | pumpkin/ReceiveXFer.h | 8 |
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 @@ | |||
1 | |||
2 | #import "XFer.h" | ||
3 | |||
4 | @interface ReceiveXFer : XFer | ||
5 | |||
6 | -(ReceiveXFer*)initWithPeer:(struct sockaddr_in *)sin andPacket:(TFTPPacket*)p; | ||
7 | -(ReceiveXFer*)initWithLocalFile:(NSString *)lf peerAddress:(const struct sockaddr_in *)pa remoteFile:(NSString *)rf xferType:(NSString *)xt blockSize:(uint16_t)bs andTimeout:(int)to; | ||
8 | @end | ||