/[hydra]/hydra/src/boa.h
ViewVC logotype

Diff of /hydra/src/boa.h

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

revision 1.13 by nmav, Fri Sep 27 21:09:11 2002 UTC revision 1.14 by nmav, Fri Sep 27 23:40:29 2002 UTC
# Line 49  Line 49 
49    
50  #include "compat.h"             /* oh what fun is porting */  #include "compat.h"             /* oh what fun is porting */
51  #include "defines.h"  #include "defines.h"
52    #include "hic.h"
53    
54  #ifdef ENABLE_SMP  #ifdef ENABLE_SMP
55  # include <pthread.h>  # include <pthread.h>
# Line 222  int net_port(struct SOCKADDR *s); Line 223  int net_port(struct SOCKADDR *s);
223    
224  /* select */  /* select */
225  void* select_loop(void*);  void* select_loop(void*);
226    
227    /* HIC stuff */
228  void* hic_main_loop(void*);  void* hic_main_loop(void*);
229    
230    void add_hic_module(const char *module, const char* sym_prefix, const char* file_suffix);
231    hic_module_st *find_hic_appr_module(const char *filename, int filename_len);
232  int hic_send_command( request *req, int out_fd);  int hic_send_command( request *req, int out_fd);
233    
234  #endif  #endif

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26