Functions to parse commands in a config file. More...
Go to the source code of this file.
Functions | |
| enum CommandResult | set_dump (enum GetElemListFlags flags, struct Buffer *err) |
| Dump list of config variables into a file/pager. | |
Functions to parse commands in a config file.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file dump.h.
| enum CommandResult set_dump | ( | enum GetElemListFlags | flags, |
| struct Buffer * | err ) |
Dump list of config variables into a file/pager.
| flags | Which config to dump, e.g. GEL_CHANGED_CONFIG |
| err | Buffer for error message |
FIXME: Move me into parse/set.c. Note: this function currently depends on pager, which is the reason it is not included in the parse library.
Definition at line 54 of file dump.c.