1 #ifndef des_h
2 #define des_h
3 
4 char * cpx_crypt_des(const char *key, const char *setting);
5 
6 #endif
7 
8