backing out to version 208 of util-vserver
[util-vserver.git] / lib_internal / util.h
index 0e49784..c49d1e2 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: util.h 2255 2006-01-22 11:23:47Z ensc $    --*- c -*--
+// $Id: util.h,v 1.6 2005/07/04 22:35:47 ensc Exp $    --*- c -*--
 
 // Copyright (C) 2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 //  
@@ -35,7 +35,6 @@
 
 bool           switchToWatchXid(char const **);
 size_t         canonifyVserverName(char *);
-bool           isNumber(char const *, signed long *result, bool is_strict);
-bool           isNumberUnsigned(char const *, unsigned long *result, bool is_strict);
+bool           isNumber(char const *, signed long *result);
 
 #endif //  H_UTILVSERVER_LIB_INTERNAL_UTIL_H