]> andersk Git - moira.git/blobdiff - reg_svr/reg_svr.h
sms -> moira
[moira.git] / reg_svr / reg_svr.h
index 691ff8184488de50b9ff44e15820ffa97ed7e3e8..23af2c54b2f8191af6579728e866a6731e724af5 100644 (file)
@@ -5,7 +5,7 @@
  *
  *      Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
- *      Server for user registration with SMS and Kerberos.
+ *      Server for user registration with MOIRA and Kerberos.
  *
  *      This file contains all the information needed by all source
  *      files for the user registration server.
@@ -42,7 +42,7 @@ extern char *malloc();
 extern char *whoami;           /* Name of program - used by libraries */
 extern int errno;              /* Unix error number */
 
-/* This structure holds information from the SMS database that will be
+/* This structure holds information from the MOIRA database that will be
    worth holding on to.  An instance of it appears in the formatted 
    packet structure. */
 struct db_data
@@ -67,7 +67,7 @@ struct msg
     int encrypted_len;         /* Length of encrypted information in packet */
     char *leftover;            /* Leftover information sent in the packet */
     int leftover_len;          /* Length of leftover information */
-    struct db_data db;         /* Information from the SMS database */
+    struct db_data db;         /* Information from the MOIRA database */
 };
 
 void failure_alert();          /* Log an unexplainable failure */
This page took 0.10316 seconds and 4 git commands to generate.