"Fossies" - the Fresh Open Source Software Archive

Member "mod_dns/dns_lock.h" (8 Mar 2001, 194 Bytes) of package /linux/www/apache_httpd_modules/old/mod_dns-1.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #ifndef dns_lock_h
    2 #define dns_lock_h
    3 
    4 
    5 
    6 
    7 
    8 
    9 int moddns_mutex_init ();
   10 void moddns_mutex_zap (int lock);
   11 void moddns_mutex_lock (int lock);
   12 void moddns_mutex_unlock (int lock);
   13 
   14 
   15 
   16 
   17 
   18 
   19 
   20 
   21 
   22 
   23 
   24 #endif