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.
This commit is contained in:
Aleksander Morgado
2014-09-05 11:18:01 +02:00
parent 50ec0907de
commit c4e7fdf025
3 changed files with 24 additions and 4 deletions

View File

@@ -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);