diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2013-11-22 13:47:11 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-13 13:41:25 +0100 |
commit | 65f87561c58571bce8fca18c568a03f53f3d40eb (patch) | |
tree | fadc0bce5c3e09682627a9ac24ba653a484cfc5b /src/mm-context.h | |
parent | 243720414e2d7a1b1c6d42bed3275296b4bc1da0 (diff) | |
download | ModemManager-65f87561c58571bce8fca18c568a03f53f3d40eb.tar.gz |
context: new '--test-enable' to enable the Test interface
Diffstat (limited to 'src/mm-context.h')
-rw-r--r-- | src/mm-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h index 68fe20f62..a152d6ba6 100644 --- a/src/mm-context.h +++ b/src/mm-context.h @@ -30,5 +30,6 @@ gboolean mm_context_get_relative_timestamps (void); /* Testing support */ gboolean mm_context_get_test_session (void); gboolean mm_context_get_test_no_auto_scan (void); +gboolean mm_context_get_test_enable (void); #endif /* MM_CONTEXT_H */ |