- Got rid of some awkward spacing in the long_options table.
authorWayne Davison <wayned@samba.org>
Mon, 11 Oct 2004 10:43:25 +0000 (10:43 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 11 Oct 2004 10:43:25 +0000 (10:43 +0000)
commit8db7cc2cff41908db7b8f1e9c06300cc0299a9df
tree074fbfe4af010c11f1b125937412265b666c0979
parentac1541f4b780037a726ffc3f09db108fb970f194
- Got rid of some awkward spacing in the long_options table.
- Use the POPT_TABLEEND macro to end the long_options table.
- Improved the count_args() function to accept a NULL pointer.
- Simplified the code that sets *argc using count_args().
options.c