safenonce.h 92 B

123456
  1. #ifndef SAFENONCE_H
  2. #define SAFENONCE_H
  3. extern int safenonce(unsigned char *,int);
  4. #endif