]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
Typos on references.
[gdcm.git] / src / gdcmUtil.h
index 7c7a59532b2ea333df03c973f75c90dd5ee785aa..3e8056ca2378078643983e99490dfb4ae10d5c84 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/07 21:05:40 $
-  Version:   $Revision: 1.32 $
+  Date:      $Date: 2004/10/08 04:43:38 $
+  Version:   $Revision: 1.33 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -32,8 +32,6 @@
  */
 
 //-----------------------------------------------------------------------------
-GDCM_EXPORT std::istream & eatwhite(std::istream & is);
-
 GDCM_EXPORT void Tokenize (const std::string& str,
                           std::vector<std::string>& tokens,
                           const std::string& delimiters = " ");