Fix sending fps during unit status command.
[melted] / src / mvcp / mvcp_util.h
index 492eba0..c3740a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * valerie_util.h -- General Purpose Client Utilities
- * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
+ * mvcp_util.h -- General Purpose Client Utilities
+ * Copyright (C) 2002-2009 Ushodaya Enterprises Limited
  * Author: Charles Yates <charles.yates@pandora.be>
  *
  * This library is free software; you can redistribute it and/or
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef _VALERIE_UTIL_H_
-#define _VALERIE_UTIL_H_
+#ifndef _MVCP_UTIL_H_
+#define _MVCP_UTIL_H_
 
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-extern char *valerie_util_chomp( char * );
-extern char *valerie_util_trim( char * );
-extern char *valerie_util_strip( char *, char );
+extern char *mvcp_util_chomp( char * );
+extern char *mvcp_util_trim( char * );
+extern char *mvcp_util_strip( char *, char );
 
 #ifdef __cplusplus
 }