/[radius]/radius/include/sysdep.h
ViewVC logotype

Diff of /radius/include/sysdep.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by gray, Wed Apr 30 08:53:31 2003 UTC revision 1.21 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 85  int asprintf(/*char **result, const char Line 85  int asprintf(/*char **result, const char
85  int vasprintf(char **result, const char *format, va_list args);  int vasprintf(char **result, const char *format, va_list args);
86  #endif  #endif
87    
 int set_nonblocking(int fd);  
 int getmaxfd();  
   
88  #if defined(__alpha) && (defined(__osf__) || defined(__linux__))  #if defined(__alpha) && (defined(__osf__) || defined(__linux__))
89  typedef unsigned int    UINT4;  typedef unsigned int    UINT4;
90  #else  #else
# Line 97  typedef unsigned long   UINT4; Line 94  typedef unsigned long   UINT4;
94  typedef unsigned long counter;  typedef unsigned long counter;
95    
96  RETSIGTYPE (*install_signal(int signo, void (*func)(int)))(int);  RETSIGTYPE (*install_signal(int signo, void (*func)(int)))(int);
97            int set_nonblocking(int fd);
98    int getmaxfd();
99    UINT4 get_first_ip();
100    
101  #endif /* SYSDEP_H_INCLUDED */  #endif /* SYSDEP_H_INCLUDED */
102    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26