changeset 1156:f6b740a1fa09

[project @ 1995-02-27 04:54:35 by jwe]
author jwe
date Mon, 27 Feb 1995 04:54:35 +0000
parents 22741d6ed818
children 53ec9f8e7226
files src/dirfns.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dirfns.h	Mon Feb 27 04:28:56 1995 +0000
+++ b/src/dirfns.h	Mon Feb 27 04:54:35 1995 +0000
@@ -32,6 +32,7 @@
 extern char *make_absolute (const char *, const char *);
 extern int is_newer (const char *, time_t);
 extern char *get_working_directory (const char *);
+extern char *octave_tilde_expand (const char *);
 
 #endif