(IPROP_PORT, IPROP_SERVICE): add

(iprop_cmd): add new commands


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8315 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-05 17:02:43 +00:00
parent 5ed191c846
commit 3eddddcd34

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1998-1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1998-2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -48,6 +48,15 @@
#define IPROP_NAME "iprop"
enum iprop_cmd { I_HAVE = 1, FOR_YOU = 2 };
#define IPROP_SERVICE "iprop"
#define IPROP_PORT 2121
enum iprop_cmd { I_HAVE = 1,
FOR_YOU = 2,
TELL_YOU_EVERYTHING = 3,
ONE_PRINC = 4,
NOW_YOU_HAVE = 5
};
#endif /* __IPROP_H__ */