diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-01-19 13:29:06 -0700 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-19 13:29:06 -0700 |
| commit | 41e136a07ce39ecb1f12a4e119f010bbdc65a1f2 (patch) | |
| tree | e617b99c16de65347ae20bee999ffd7d085f43fb /src/options.h | |
| parent | d790ced1f7af3a96c7dba96ea4eb9262f70eb58b (diff) | |
| download | stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.gz stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.bz2 stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.tar.xz stage-41e136a07ce39ecb1f12a4e119f010bbdc65a1f2.zip | |
the pure-gats interface works!
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 3012a58..bf9825f 100644 --- a/src/options.h +++ b/src/options.h | |||
| @@ -17,12 +17,14 @@ public: | |||
| 17 | 17 | ||
| 18 | Bu::String sFile; | 18 | Bu::String sFile; |
| 19 | Bu::String sInterface; | 19 | Bu::String sInterface; |
| 20 | Bu::String sCommand; | ||
| 20 | 21 | ||
| 21 | protected: | 22 | protected: |
| 22 | int version( Bu::Array<Bu::String> aArgs ); | 23 | int version( Bu::Array<Bu::String> aArgs ); |
| 23 | int builtins( Bu::Array<Bu::String> aArgs ); | 24 | int builtins( Bu::Array<Bu::String> aArgs ); |
| 24 | int smlTest( Bu::Array<Bu::String> aArgs ); | 25 | int smlTest( Bu::Array<Bu::String> aArgs ); |
| 25 | int nonOption( Bu::Array<Bu::String> aArgs ); | 26 | int nonOption( Bu::Array<Bu::String> aArgs ); |
| 27 | int printResult( Bu::Array<Bu::String> aArgs ); | ||
| 26 | }; | 28 | }; |
| 27 | 29 | ||
| 28 | #endif | 30 | #endif |
