/[weechat]/weechat/src/common/weechat.h
ViewVC logotype

Diff of /weechat/src/common/weechat.h

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

revision 1.27 by flashcode, Tue Jun 21 08:05:58 2005 UTC revision 1.28 by flashcode, Wed Jun 22 21:08:21 2005 UTC
# Line 27  Line 27 
27    
28  #include <stdio.h>  #include <stdio.h>
29  #include <sys/time.h>  #include <sys/time.h>
30    
31    #ifdef HAVE_GNUTLS
32  #include <gnutls/gnutls.h>  #include <gnutls/gnutls.h>
33    #endif
34    
35  #if defined(ENABLE_NLS) && !defined(_)  #if defined(ENABLE_NLS) && !defined(_)
36      #include <locale.h>      #include <locale.h>
# Line 108  Line 111 
111  extern int quit_weechat;  extern int quit_weechat;
112  extern char *weechat_home;  extern char *weechat_home;
113  extern char *local_charset;  extern char *local_charset;
114    
115    #ifdef HAVE_GNUTLS
116  extern gnutls_certificate_credentials gnutls_xcred;  extern gnutls_certificate_credentials gnutls_xcred;
117    #endif
118    
119  extern void wee_log_printf (char *, ...);  extern void wee_log_printf (char *, ...);
120  extern void wee_dump (int);  extern void wee_dump (int);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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