aboutsummaryrefslogtreecommitdiff
path: root/src/mm-context.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-09-05 11:18:01 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-09-05 11:18:06 +0200
commitc4e7fdf02530f13c037945d6abe70c3e11277df5 (patch)
tree0c2126d9de37dcda81d9506b39967055fbb2e591 /src/mm-context.h
parent50ec0907de15cb6311088b81d0181b10943772bc (diff)
core: add --version option to the ModemManager daemon
It was actually included in the man page of the daemon, but we didn't have it.
Diffstat (limited to 'src/mm-context.h')
-rw-r--r--src/mm-context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h
index 727cbd7f..6627a601 100644
--- a/src/mm-context.h
+++ b/src/mm-context.h
@@ -16,8 +16,13 @@
#ifndef MM_CONTEXT_H
#define MM_CONTEXT_H
+#include <config.h>
#include <glib.h>
+#if !defined(MM_DIST_VERSION)
+# define MM_DIST_VERSION VERSION
+#endif
+
void mm_context_init (gint argc,
gchar **argv);