diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-07 23:03:56 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-11-07 23:03:56 +0000 |
| commit | 4eda14316376fb1e657ac2da269533e2422d2399 (patch) | |
| tree | ef7bbc29a69e975a132b4473b75c71ddebfc4404 /src/tipideed/tipideed-internal.h | |
| parent | c5e284cb04dc542355ae04f604fd0edb69ff689e (diff) | |
| download | tipidee-4eda14316376fb1e657ac2da269533e2422d2399.tar.gz | |
Prepare for 0.0.1.1. Minor code cleanups.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/tipideed-internal.h')
| -rw-r--r-- | src/tipideed/tipideed-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipideed/tipideed-internal.h b/src/tipideed/tipideed-internal.h index 344840c..1efe291 100644 --- a/src/tipideed/tipideed-internal.h +++ b/src/tipideed/tipideed-internal.h @@ -111,7 +111,7 @@ extern void respond_30x (tipidee_rql const *, tipidee_redirection const *) ; /* Trace */ -extern int respond_trace (char const *, tipidee_rql const *, tipidee_headers const *) ; +extern int respond_trace (tipidee_rql const *, tipidee_headers const *) ; /* Options */ |
