]> Creatis software - gdcm.git/blobdiff - Testing/TestHash.cxx
test
[gdcm.git] / Testing / TestHash.cxx
index 3deee03cbd398ca0fd2024745344f803f76497f1..230550ee1fd465d52afecab8565894bceda0b2d0 100644 (file)
@@ -3,7 +3,7 @@
 #include <iostream>
 #include <stdio.h>
 
-int main() {
+int hashtest( int, char * [] ) {
 
   typedef std::map<std::string, char*> dict;
   
@@ -32,5 +32,7 @@ int main() {
        // Voir :
        //http://www.developer.com/net/cplus/article.php/10919_2119781_3
        //
-       // domage que ca ne marche pas ...
+       // dommage que ca ne marche pas ...
+
+  return 0;
 }