/[anubis]/anubis/src/headers.h
ViewVC logotype

Diff of /anubis/src/headers.h

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

revision 1.33 by polak, Mon Jul 21 10:41:59 2003 UTC revision 1.34 by polak, Fri Aug 15 09:57:37 2003 UTC
# Line 273  void *xmalloc(int); Line 273  void *xmalloc(int);
273  void *xrealloc(void *, int);  void *xrealloc(void *, int);
274  char *allocbuf(char *, int);  char *allocbuf(char *, int);
275  #ifndef HAVE_STRDUP  #ifndef HAVE_STRDUP
276   char *strdup(const char *);  char *strdup(const char *);
277  #endif /* not HAVE_STRDUP */  #endif /* not HAVE_STRDUP */
278  void free_pptr(char **);  void free_pptr(char **);
279    
280  /* setenv.c */  /* setenv.c */
281  #if !defined(HAVE_SETENV) && defined(HAVE_PUTENV)  #if !defined(HAVE_SETENV) && defined(HAVE_PUTENV)
282   int setenv(const char *, const char *, int);  int setenv(const char *, const char *, int);
283  #endif  #endif
284    
285  /* env.c */  /* env.c */
# Line 299  void socks_error(char *); Line 299  void socks_error(char *);
299  void hostname_error(char *);  void hostname_error(char *);
300    
301  /* log.c */  /* log.c */
302  void mprintf(char *, ...);  void mprintf(const char *, ...);
303  void info(int, char *, ...);  void info(int, const char *, ...);
304  void filelog(char *, char *);  void filelog(char *, char *);
305    
306  /* net.c */  /* net.c */
# Line 404  void *start_ssl_server(int); Line 404  void *start_ssl_server(int);
404    
405  /* gpg.c */  /* gpg.c */
406  #ifdef HAVE_GPG  #ifdef HAVE_GPG
407   void gpg_free(void);  void gpg_free(void);
408   void gpg_section_init(void);  void gpg_section_init(void);
409  #endif /* HAVE_GPG */  #endif /* HAVE_GPG */
410    
411  /* guile.c */  /* guile.c */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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