comparison src/lisp.h @ 28414:e5083ae09338

(xstrdup): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Mar 2000 09:33:32 +0000
parents 451721e784a8
children 4b675266db04
comparison
equal deleted inserted replaced
28413:abd1f2362ae0 28414:e5083ae09338
2855 extern int immediate_quit; /* Nonzero means ^G can quit instantly */ 2855 extern int immediate_quit; /* Nonzero means ^G can quit instantly */
2856 2856
2857 extern char *getenv (), *ctime (), *getwd (); 2857 extern char *getenv (), *ctime (), *getwd ();
2858 extern long *xmalloc (), *xrealloc (); 2858 extern long *xmalloc (), *xrealloc ();
2859 extern void xfree (); 2859 extern void xfree ();
2860 extern char *xstrdup P_ ((char *));
2860 2861
2861 extern char *egetenv P_ ((char *)); 2862 extern char *egetenv P_ ((char *));
2862 2863
2863 /* Set up the name of the machine we're running on. */ 2864 /* Set up the name of the machine we're running on. */
2864 extern void init_system_name P_ ((void)); 2865 extern void init_system_name P_ ((void));