mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@404 7061adef-622a-194b-ae81-725974e89856
15 lines
223 B
C
15 lines
223 B
C
#ifndef _MY_SIGN_H_
|
|
#define _MY_SIGN_H_
|
|
|
|
|
|
int cryptopc(char *input_file, char *output_file);
|
|
void cryptopc_end(void);
|
|
int cryptopc_init(char *key_file);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _MY_SIGN_H_ */
|