first commit
This commit is contained in:
9
CS4210/Project 3/jpeg_resizer/rpc_server/jpeg.x
Normal file
9
CS4210/Project 3/jpeg_resizer/rpc_server/jpeg.x
Normal file
@@ -0,0 +1,9 @@
|
||||
typedef opaque file_in<>;
|
||||
typedef opaque file_out<>;
|
||||
|
||||
|
||||
program JPEGRESIZE {
|
||||
version JPEGVER {
|
||||
file_out RESIZE(file_in) = 1;
|
||||
} = 1;
|
||||
} = 0x20001337;
|
||||
Reference in New Issue
Block a user