(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:
@@ -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).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -48,6 +48,15 @@
|
|||||||
|
|
||||||
#define IPROP_NAME "iprop"
|
#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__ */
|
#endif /* __IPROP_H__ */
|
||||||
|
Reference in New Issue
Block a user