first commit
This commit is contained in:
16
CS4210/Project 3/jpeg_resizer/jpeg-6b/lowres.h
Normal file
16
CS4210/Project 3/jpeg_resizer/jpeg-6b/lowres.h
Normal 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 */
|
||||
Reference in New Issue
Block a user