assorted-warning-cleanup-20071126
[openafs.git] / src / log / unlog.c
index b4f8146..7f6477c 100644 (file)
@@ -259,6 +259,7 @@ unlog_NormalizeCellNames(char **list, int size)
        *list = newCellName;
     }
     afsconf_Close(conf);
+    return 0;
 }
 
 /*
@@ -283,4 +284,5 @@ unlog_VerifyUnlog(char **cellList, int cellListSize, struct tokenInfo *tokenList
            fprintf(stderr, "unlog: Warning - no tokens held for cell %s\n",
                    cellList[index]);
     }
+    return 0;
 }