//
// File: cipher.h
// Sylvain Huet
// Created: 02/07/2001
//

#ifndef _CIPHER_H_
#define _CIPHER_H_

int getint(char *buf);
int uncipher(char *buf, int size);

#endif // cipher.h
