diff options
Diffstat (limited to 'convert.h')
| -rw-r--r-- | convert.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/convert.h b/convert.h new file mode 100644 index 0000000..f7811ae --- /dev/null +++ b/convert.h @@ -0,0 +1,6 @@ +#ifndef CONVERT_H +#define CONVERT_H + +int convert(const char *in, const char *out, int width, int height); + +#endif |
