aboutsummaryrefslogtreecommitdiffstats
path: root/color_pipe_private.h
diff options
context:
space:
mode:
authorPatrick Roth <roth@stettbacher.ch>2021-06-29 14:20:32 +0200
committerPatrick Roth <roth@stettbacher.ch>2021-06-29 14:20:32 +0200
commitaaa7ff32f4af51dffb5cee42eed96828abfd1484 (patch)
tree19a4a7778dbc86c7b036d7136cd7cbd25d700ffa /color_pipe_private.h
parentfile description header update (diff)
downloado3000-color-pipe-aaa7ff32f4af51dffb5cee42eed96828abfd1484.tar.gz
o3000-color-pipe-aaa7ff32f4af51dffb5cee42eed96828abfd1484.zip
working copy
algorithm not working and has checked
Diffstat (limited to 'color_pipe_private.h')
-rw-r--r--color_pipe_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/color_pipe_private.h b/color_pipe_private.h
index f5a48f8..b2954ac 100644
--- a/color_pipe_private.h
+++ b/color_pipe_private.h
@@ -47,6 +47,8 @@ int sharpening(struct sharp_data_t *sharp_data);
int gamma_corr(struct gamma_data_t *gamma_data);
+int trapcorr(struct trapcorr_data_t *trapcorr_data);
+
#if defined(__cplusplus) || defined(c_plusplus)
} // extern "C"
#endif