first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/* Header file for the lowres functionality */
#ifndef _LOWRES_H
#define _LOWRES_H
#ifdef __cplusplus
extern "C" {
#endif
int change_res_JPEG (int insocket, char ** output, int *output_size);
#ifdef __cplusplus
}
#endif
#endif /* ifndef _LOWRES_H */