]> andersk Git - moira.git/blobdiff - server/qsubs.c
removed unique check for network saddr
[moira.git] / server / qsubs.c
index d1a0c0e3179a49def1b62f1e5c5edc1ac3f19e80..8325ee65a2e5bc2ab4b737e044f29a9e27a11d51 100644 (file)
@@ -14,7 +14,7 @@ static char *rcsid_qsubs_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
-#include <sms.h>
+#include <moira.h>
 #include "query.h"
 
 #ifdef MULTIPROTOCOLS
@@ -34,7 +34,7 @@ get_query_by_name(name, version)
     register int i;
 
 #ifdef MULTIPROTOCOLS
-    if (version == SMS_VERSION_1) {
+    if (version == MR_VERSION_1) {
        q = Queries1;
        i = QueryCount1;
     } else {
@@ -78,7 +78,7 @@ list_queries(version, action, actarg)
   int qcmp();
 
 #ifdef MULTIPROTOCOLS
-  if (version == SMS_VERSION_1) {
+  if (version == MR_VERSION_1) {
       count = QueryCount1;
       if (squeries1 == (struct query **)0) {
          sq = (struct query **)malloc(count * sizeof (struct query *));
This page took 0.044983 seconds and 4 git commands to generate.