]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/lgetopt.hh
release: 0.1.11
[lilypond.git] / flower / include / lgetopt.hh
index 89b0196bf28e61dd94722694ec35b2c99738ec92..9341d1dcaf528dddc64c8702f28c44a9b221f5a0 100644 (file)
@@ -14,7 +14,7 @@ struct Long_option_init {
     char const * longname;
     char        shortname;
 
-    void printon(ostream &errorout)const ;
+    void printon (ostream &errorout) const ;
 };
 
 
@@ -68,11 +68,11 @@ public:
     void next();
     const Long_option_init *parselong();
     const Long_option_init *parseshort();
-    void OK()const;
+    void OK() const;
     bool ok() const;
 
     /// report an error and abort
-    void report(Errorcod c);
+    void report (Errorcod c);
 
 
     /// return an integer (with err. detect)
@@ -85,10 +85,10 @@ public:
        if #os# is null, then do not report nor abort, just set #error#
       */
        
-    void seterror(ostream *os);
+    void seterror (ostream *os);
 
     /// construct: pass arguments and option info.
-    Getopt_long(int c,  char **v, Long_option_init *lo);
+    Getopt_long (int c,  char **v, Long_option_init *lo);
 
     /**  get the next option. 
       @return pointer to next option found.