Deleted rad_assert_fail declaration: This should only be called from
authorphampson <phampson>
Sun, 31 Aug 2003 16:10:41 +0000 (16:10 +0000)
committerphampson <phampson>
Sun, 31 Aug 2003 16:10:41 +0000 (16:10 +0000)
the rad_assert macro in rad_assert.h

src/include/radiusd.h

index e118ac3..32c992e 100644 (file)
@@ -262,7 +262,6 @@ int         rad_mkdir(char *directory, int mode);
 int            rad_checkfilename(const char *filename);
 void           *rad_malloc(size_t size); /* calls exit(1) on error! */
 void           xfree(const char *ptr);
-void           rad_assert_fail (const char *file, unsigned int line);
 REQUEST                *request_alloc(void);
 REQUEST                *request_alloc_fake(REQUEST *oldreq);