libcsa: Resolve all strict-prototype warnings

This commit is contained in:
Peter Howkins
2020-08-01 22:45:55 +01:00
parent ce4fad4c5a
commit f4eb62fa69
12 changed files with 21 additions and 29 deletions

View File

@@ -61,7 +61,7 @@ extern "C" {
#include "connection.h"
extern bool_t xdr_time_t();
extern bool_t xdr_time_t(XDR *xdrs, time_t *objp);
typedef char *Buffer_4;