Declare classes UdpInPacket and UdpOutPacket.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-18 14:09:48 +00:00
parent 908c58ef31
commit 95f27e1381
2 changed files with 6 additions and 2 deletions

View file

@ -53,7 +53,9 @@
@end
@interface UdpPacket : Packet
@interface UdpInPacket : InPacket
@end
@interface UdpOutPacket : OutPacket
@end
#endif /* __UdpPort_h_INCLUDE_GNU */