]> andersk Git - moira.git/blobdiff - include/moira.h
Build shared libmoira via libtool.
[moira.git] / include / moira.h
index 3d49552a76e46d53bdf5d40c0133ee9bc7ab50e5..cfddccdea1ba15d4b5d06673fe6da5dbf5649cf3 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"
@@ -83,7 +84,7 @@ struct hash {
 };
 
 /* prototypes from critical.c */
-void critical_alert(char *instance, char *msg, ...);
+void critical_alert(char *whoami, char *instance, char *msg, ...);
 void send_zgram(char *inst, char *msg);
 
 /* prototypes from fixhost.c */
@@ -114,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.032195 seconds and 4 git commands to generate.