~ubuntu-branches/ubuntu/utopic/libmbim/utopic-proposed

« back to all changes in this revision

Viewing changes to src/mbimcli/mbimcli-helpers.h

  • Committer: Package Import Robot
  • Author(s): Thomas Bechtold
  • Date: 2014-03-25 07:51:28 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140325075128-rrycs0azf6u6j2af
Tags: 1.8.0-1
* New upstream release.
* Update debian/libmbim-glib0.symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 
2
/*
 
3
 * mbimcli -- Command line interface to control QMI devices
 
4
 *
 
5
 * This program is free software: you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation, either version 2 of the License, or
 
8
 * (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 * Copyright (C) 2014 Aleksander Morgado <aleksander@aleksander.es>
 
19
 */
 
20
 
 
21
#include <glib.h>
 
22
 
 
23
#include <libmbim-glib.h>
 
24
 
 
25
#ifndef __MBIMCLI_HELPERS_H__
 
26
#define __MBIMCLI_HELPERS_H__
 
27
 
 
28
gboolean mbimcli_read_uint_from_string (const gchar *str,
 
29
                                        guint *out);
 
30
 
 
31
#endif /* __MBIMCLI_H__ */