]> andersk Git - moira.git/commitdiff
remove EncryptID
authordanw <danw>
Thu, 13 Aug 1998 18:24:09 +0000 (18:24 +0000)
committerdanw <danw>
Thu, 13 Aug 1998 18:24:09 +0000 (18:24 +0000)
include/moira.h

index a12a59cbde2097666d01c52679d1b5c372df4173..524bb95bed6cbcc1443b3967966634f57f101d5a 100644 (file)
@@ -86,6 +86,7 @@ void LookForSt(char *nm);
 void LookForO(char *nm);
 void TrimTrailingSpace(char *ip);
 void GetMidInit(char *nm, char *mi);
+void RemoveHyphens(char *str);
 
 /* prototypes from gdss_convert.c */
 int gdss2et(int code);
@@ -100,10 +101,6 @@ void hash_step(struct hash *h, void (*callback)(int, void *, void *),
               void *hint);
 void hash_destroy(struct hash *h);
 
-/* prototypes from idno.c */
-void RemoveHyphens(char *str);
-void EncryptID(char *sbuf, char *idnumber, char *first, char *last);
-
 /* prototypes from kname_unparse.c */
 char *kname_unparse(char *p, char *i, char *r);
 
This page took 0.310089 seconds and 5 git commands to generate.