diff options
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 2825b2d64..2e9c2edd8 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.83 2004/03/29 19:10:36 mroi Exp $ + * $Id: xineutils.h,v 1.84 2004/04/06 19:20:17 valtri Exp $ * */ #ifndef XINEUTILS_H @@ -1096,6 +1096,10 @@ char *xine_get_system_encoding(void); char *basename (char const *name); #endif +#ifdef WIN32 +char *exec_path_append_subdir(char * string); +#endif + #ifdef __cplusplus } |