diff lib/lib.h @ 897:849e14fecf2b

Convert getmountlist() to xgetmountlist().
author Rob Landley <rob@landley.net>
date Fri, 10 May 2013 18:57:01 -0500
parents beb32d780164
children 463a7b796e61
line wrap: on
line diff
--- a/lib/lib.h	Fri May 10 18:54:14 2013 -0500
+++ b/lib/lib.h	Fri May 10 18:57:01 2013 -0500
@@ -167,7 +167,7 @@
   char type[0];
 };
 
-struct mtab_list *getmountlist(int die);
+struct mtab_list *xgetmountlist(void);
 
 void bunzipStream(int src_fd, int dst_fd);