X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmvcp%2Fmvcp_util.c;h=39d79369ded8a2b1e982e62fb1bb575c01ae252c;hb=0d8143c9c1204955a13aa425b78f1a3d02575977;hp=168f6a7447b1b3289f7634d862b304fc0bb7b4e7;hpb=27f0329aa8f434794f1f18e018fc3221e58b77a4;p=melted diff --git a/src/mvcp/mvcp_util.c b/src/mvcp/mvcp_util.c index 168f6a7..39d7936 100644 --- a/src/mvcp/mvcp_util.c +++ b/src/mvcp/mvcp_util.c @@ -1,6 +1,6 @@ /* - * valerie_util.c -- General Purpose Client Utilities - * Copyright (C) 2002-2003 Ushodaya Enterprises Limited + * mvcp_util.c -- General Purpose Client Utilities + * Copyright (C) 2002-2009 Ushodaya Enterprises Limited * Author: Charles Yates * * This library is free software; you can redistribute it and/or @@ -23,12 +23,12 @@ #include /* Application header files */ -#include "valerie_util.h" +#include "mvcp_util.h" /** Remove LF or CR/LF terminations from the input string. */ -char *valerie_util_chomp( char *input ) +char *mvcp_util_chomp( char *input ) { if ( input != NULL ) { @@ -44,7 +44,7 @@ char *valerie_util_chomp( char *input ) /** Remove leading and trailing spaces from the input string. */ -char *valerie_util_trim( char *input ) +char *mvcp_util_trim( char *input ) { if ( input != NULL ) { @@ -63,7 +63,7 @@ char *valerie_util_trim( char *input ) /** Strip the specified string of leading and trailing 'value' (ie: "). */ -char *valerie_util_strip( char *input, char value ) +char *mvcp_util_strip( char *input, char value ) { if ( input != NULL ) {