diff options
Diffstat (limited to 'libpiano/main.c')
-rw-r--r-- | libpiano/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpiano/main.c b/libpiano/main.c index 3e77490..e475b59 100644 --- a/libpiano/main.c +++ b/libpiano/main.c @@ -30,8 +30,7 @@ THE SOFTWARE. #include "piano.h" #include "http.h" #include "xml.h" - -char *PianoEncryptString (char *strInput); +#include "crypt.h" /* initialize piano handle, set up curl handle and settings * @author PromyLOPh |