/[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.25 by flashcode, Sat Apr 30 10:29:54 2005 UTC revision 1.26 by flashcode, Sun Jun 19 20:55:11 2005 UTC
# Line 27  Line 27 
27    
28  #include <stdio.h>  #include <stdio.h>
29  #include <sys/time.h>  #include <sys/time.h>
30    #include <gnutls/gnutls.h>
31    
32  #if defined(ENABLE_NLS) && !defined(_)  #if defined(ENABLE_NLS) && !defined(_)
33      #include <locale.h>      #include <locale.h>
# Line 107  Line 108 
108  extern int quit_weechat;  extern int quit_weechat;
109  extern char *weechat_home;  extern char *weechat_home;
110  extern char *local_charset;  extern char *local_charset;
111    extern gnutls_anon_client_credentials gnutls_anoncred;
112    
113  extern void wee_log_printf (char *, ...);  extern void wee_log_printf (char *, ...);
114  extern void wee_dump (int);  extern void wee_dump (int);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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