]> andersk Git - moira.git/commitdiff
User registration protocol def.
authorwesommer <wesommer>
Thu, 3 Sep 1987 03:04:18 +0000 (03:04 +0000)
committerwesommer <wesommer>
Thu, 3 Sep 1987 03:04:18 +0000 (03:04 +0000)
clients/userreg/userreg.h

index 9edb2f3e6c08d72ccb9e6e8c5aaf13639904f690..d3661fc815eec3b3b035f1d1f6302eff9c88d059 100644 (file)
@@ -31,9 +31,9 @@ struct alias {
 #define SUCCESS 0
 #define FAILURE 1
 #define NOT_FOUND 2
-#define FIRST_NAME_SIZE 16
-#define LAST_NAME_SIZE 16
-#define MID_INIT_SIZE 16
+#define FIRST_NAME_SIZE 17
+#define LAST_NAME_SIZE 17
+#define MID_INIT_SIZE 17
 #define LOGIN_SIZE 9
 #define PASSWORD_SIZE 9
 
This page took 0.50799 seconds and 5 git commands to generate.