change file trans.{c,h} to encode.{c,h}
This commit is contained in:
parent
221a8588c0
commit
28fcd5ed7a
4 changed files with 7 additions and 7 deletions
10
encode.h
Normal file
10
encode.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef HEADER_ENCODE
|
||||
#define HEADER_ENCODE
|
||||
|
||||
int
|
||||
encode(unsigned char *op, int olen, unsigned char *sp);
|
||||
|
||||
int
|
||||
decode(unsigned char *sp, int slen, unsigned char *op);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue