]> andersk Git - moira.git/commitdiff
added a declaration for canonicalize hostname
authormar <mar>
Thu, 1 Jun 1989 21:50:10 +0000 (21:50 +0000)
committermar <mar>
Thu, 1 Jun 1989 21:50:10 +0000 (21:50 +0000)
include/moira.h

index ac7c1e2318b7a8e3df0571ec45cbe85e4cb6ee37..e28da51f4582e738dc189f433e7e4ba749922afa 100644 (file)
@@ -81,6 +81,7 @@ struct hash *create_hash(int size);
 char *hash_lookup(struct hash *h, int key);
 char *strsave(char *s);
 char *strtrim(char *s);
+char *canonicalize_hostname(char *s);
 #else !__STDC__
 int sms_connect();
 int sms_disconnect();
@@ -94,6 +95,7 @@ struct hash *create_hash();
 char *hash_lookup();
 char *strsave();
 char *strtrim();
+char *canonicalize_hostname();
 #endif __STDC__
 
 #endif _sms_h_                 /* Do Not Add Anything after this line. */
This page took 0.032367 seconds and 5 git commands to generate.