ossp-pkg/xds/regression-tests/xds-register.c 1.5 -> 1.6
--- xds-register.c 2001/07/09 19:10:06 1.5
+++ xds-register.c 2001/07/16 17:50:08 1.6
@@ -30,7 +30,7 @@
#include <assert.h>
#include "../internal.h"
-static int dummy_engine(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list args)
+static int dummy_engine(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)
{
return 0;
}
|
|