aboutsummaryrefslogtreecommitdiff
path: root/src/mm-options.h
blob: f3a2c44987c3184d6718c4a86f22d76f228cac0b (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

#ifndef MM_OPTIONS_H
#define MM_OPTIONS_H

void     mm_options_parse     (int argc, char *argv[]);
void     mm_options_set_debug (gboolean enabled);
gboolean mm_options_debug     (void);

#endif /* MM_OPTIONS_H */