]> andersk Git - moira.git/blobdiff - include/moira.h
Build without krb4 if it's unavailable.
[moira.git] / include / moira.h
index 9e916011384c667ed45327ef46df70f966d357cd..2dc606ee07e69ed692d8e3ab844e99808195ed3b 100644 (file)
@@ -18,6 +18,7 @@
 #endif /*_WIN32 */
 
 /* return values from queries (and error codes) */
+#include <stdlib.h>
 #include <sys/types.h>
 #include <com_err.h>
 #include "mr_et.h"
@@ -47,7 +48,8 @@
 #define MR_MOTD 6
 #define MR_PROXY 7
 #define MR_SETVERSION 8
-#define MR_MAX_PROC 8
+#define MR_KRB5_AUTH 9
+#define MR_MAX_PROC 9
 
 /* values used in NFS physical flags */
 #define MR_FS_STUDENT  0x0001
@@ -113,6 +115,9 @@ void hash_destroy(struct hash *h);
 /* prototypes from kname_unparse.c */
 char *mr_kname_unparse(char *p, char *i, char *r);
 
+/* prototypes from kname_parse.c */
+int mr_kname_parse(char *np, char *ip, char *rp, char *fullname);
+
 /* prototypes from nfsparttype.c */
 char *parse_filesys_type(char *fs_type_name);
 char *format_filesys_type(char *fs_status);
This page took 0.045351 seconds and 4 git commands to generate.