Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/networking/isrv.h

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

revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 8  Line 8 
8   * Licensed under GPL version 2, see file LICENSE in this tarball for details.   * Licensed under GPL version 2, see file LICENSE in this tarball for details.
9   */   */
10    
11  #if __GNUC_PREREQ(4,1)  PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 # pragma GCC visibility push(hidden)  
 #endif  
12    
13  /* opaque structure */  /* opaque structure */
14  struct isrv_state_t;  struct isrv_state_t;
# Line 36  void isrv_run( Line 34  void isrv_run(
34   int linger_timeout   int linger_timeout
35  );  );
36    
37  #if __GNUC_PREREQ(4,1)  POP_SAVED_FUNCTION_VISIBILITY
 # pragma GCC visibility pop  
 #endif  

Legend:
Removed from v.816  
changed lines
  Added in v.984