]> AND Private Git Repository - loba.git/blobdiff - options.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Named options may now be selected by prefix if there is no ambiguity.
[loba.git] / options.h
index 5c43e6f2962420d2d35e82047227efeb6afe85bd..838dfa020233fe2820d3e8189c0c330c3daf6735 100644 (file)
--- a/options.h
+++ b/options.h
@@ -55,7 +55,7 @@ namespace opt {
     } topologies;
 
     // Utility functions
-    int parse_args(int* argc, char* argv[]);
+    bool parse_args(int* argc, char* argv[]);
     void print();
     void usage();