aboutsummaryrefslogtreecommitdiff
path: root/lib/graypam.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graypam.h')
-rw-r--r--lib/graypam.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/graypam.h b/lib/graypam.h
index 31554e3..dcb9dde 100644
--- a/lib/graypam.h
+++ b/lib/graypam.h
@@ -73,14 +73,6 @@
#define MAKE_STR(pamh, str, var) \
gray_make_str(pamh,str,#var,&var)
-#define WAITDEBUG(arg) do { \
- size_t line = __LINE__; \
- if ((arg)[0] == '=') \
- gray_wait_debug(atoi((arg)+1), __FILE__, line); \
- else \
- gray_wait_debug(0, __FILE__, line); \
-} while (0)
-
void *gray_2nrealloc(void *ptr, size_t *pcount, size_t elsiz);
void gray_pam_delete(char *x);

Return to:

Send suggestions and report system problems to the System administrator.