From 1111de36f810f109352276de81230d0a871a0522 Mon Sep 17 00:00:00 2001 From: fcolin Date: Tue, 10 Jan 2006 13:51:39 +0000 Subject: modif nom fichier en minuscule --- src/ivyargument.h | 3 ++- src/ivybind.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ivyargument.h b/src/ivyargument.h index 693d34b..0176f21 100755 --- a/src/ivyargument.h +++ b/src/ivyargument.h @@ -31,4 +31,5 @@ IvyArgument IvyAddChildValue( IvyArgument arg, int childvaluelen, const void* ch IvyArgument IvyArgumentDeserialize( int buf_len, void* buffer, int * buf_adv); int IvyArgumentSerialize(IvyArgument arg, int *buf_len, void **buffer, int offset); -#endif \ No newline at end of file +#endif + diff --git a/src/ivybind.h b/src/ivybind.h index 8c3166e..9846d3f 100644 --- a/src/ivybind.h +++ b/src/ivybind.h @@ -14,7 +14,7 @@ * Please refer to file version.h for the * copyright notice regarding this software */ -#include "IvyArgument.h" +#include "ivyargument.h" /* Module de gestion de la syntaxe des messages Ivy */ @@ -28,4 +28,4 @@ IvyBinding IvyBindingCompile( IvyBindingType typ, const char * expression ); void IvyBindingGetCompileError( int *erroffset, const char **errmessage ); void IvyBindingFree( IvyBinding bind ); int IvyBindingExec( IvyBinding bind, const char * message ); -IvyArgument IvyBindingMatch( IvyBinding bind, const char *message ); \ No newline at end of file +IvyArgument IvyBindingMatch( IvyBinding bind, const char *message ); -- cgit v1.1