Edit

kc3-lang/libevent/WIN32-Code/misc.h

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2007-11-12 02:37:25
    Hash : 6b4342db
    Message : copy trunk to 1.4 svn:r512

  • WIN32-Code/misc.h
  • #ifndef MISC_H
    #define MISC_H
    
    struct timezone;
    struct timeval;
    
    #ifndef HAVE_GETTIMEOFDAY
    int gettimeofday(struct timeval *,struct timezone *);
    #endif
    
    #endif