Revision cdc596567d61fb844a6e87b58c64aaf9fa0a4a2b authored by Matt Caswell on 22 June 2014, 22:24:52 UTC, committed by Matt Caswell on 22 June 2014, 22:24:52 UTC
This reverts commit def1490717c091c6ef669da9fc5ea4c8b2a4d776. Incorrect attribution
1 parent 70d923f
test.h
/* test.h */
/* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo Exp $ */
void test_process_init(int fd, int client_p, void *apparg);
#define TLS_APP_PROCESS_INIT test_process_init
#undef TLS_CUMULATE_ERRORS
void test_errflush(int child_p, char *errbuf, size_t num, void *apparg);
#define TLS_APP_ERRFLUSH test_errflush

Computing file changes ...