Search
lxdream.org :: lxdream/src/config.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.h
changeset 1041:5fcc39857c5c
prev1038:f220d18c0615
next1072:d82e04e6d497
author nkeynes
date Sun Jun 28 07:50:41 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Update debian changelog
file annotate diff log raw
1.1 --- a/src/config.h Thu Jun 25 01:15:25 2009 +0000
1.2 +++ b/src/config.h Sun Jun 28 07:50:41 2009 +0000
1.3 @@ -130,19 +130,6 @@
1.4 */
1.5 void lxdream_make_config_dir( );
1.6
1.7 -/**
1.8 - * Escape a pathname if needed to prevent shell substitution.
1.9 - * @return a newly allocated string (or NULL if the input is NULL)
1.10 - */
1.11 -gchar *get_escaped_path( const gchar *name );
1.12 -
1.13 -/**
1.14 - * Expand a pathname according to standard shell substitution rules
1.15 - * (excluding command substitutions).
1.16 - * @return a newly allocated string (or NULL if the input is NULL)
1.17 - */
1.18 -gchar *get_expanded_path( const gchar *name );
1.19 -
1.20 #ifdef __cplusplus
1.21 }
1.22 #endif
.