diff vutilities.h @ 201:0320b49ca013

New include paths because of new project structure
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 13 Feb 2012 19:35:32 +0100
parents 13b22ffb8a2f
children
line diff
     1.1 --- a/vutilities.h	Fri Feb 03 19:04:12 2012 +0100
     1.2 +++ b/vutilities.h	Mon Feb 13 19:35:32 2012 +0100
     1.3 @@ -15,6 +15,6 @@
     1.4  #include "VMS_primitive_data_types.h"
     1.5  
     1.6  inline char *
     1.7 -VMS__strDup( char *str );
     1.8 +VMS_int__strDup( char *str );
     1.9   
    1.10  #endif