chiark / gitweb /
actually don't install /var/run
[userv.git] / both.h
diff --git a/both.h b/both.h
index 6fd04a5e2561cf56c2390fb71d7e6449e0698e5e..1b3033a91eefae35b0cee6f8702a79b382b36fce 100644 (file)
--- a/both.h
+++ b/both.h
@@ -3,7 +3,7 @@
  * Useful very-low-level utility routines' declarations,
  * for both client and daemon.
  *
- * Copyright (C)1999 Ian Jackson
+ * Copyright (C)1999,2001 Ian Jackson
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
@@ -36,4 +36,6 @@ size_t working_fread(void *ptr, size_t sz, FILE *file);
 
 void syscallerror(const char *what) NONRETURNING;
 
+#define ISCHAR(iswotsit,ch) (iswotsit((unsigned char)(ch))) /*Feh!*/
+
 #endif