]> diplodocus.org Git - nmh/blobdiff - h/aliasbr.h
Make sure we return the descriptor from the file handle. Noted by
[nmh] / h / aliasbr.h
index d1927b35befe93f28ea5a4b5a0b4ea6db6beae8f..da027f594a336dee6b4f59e6fea5da517095ce08 100644 (file)
@@ -8,7 +8,7 @@ struct aka {
     char *ak_name;             /* name to match against             */
     struct adr *ak_addr;       /* list of addresses that it maps to */
     struct aka *ak_next;       /* next aka in list                  */
-    char ak_visible;           /* should be visible in headers      */
+    bool ak_visible;           /* should be visible in headers      */
 };
 
 struct adr {