cli: rename network-manager.[ch] to general.[ch]

This commit is contained in:
Jiří Klimeš 2014-09-30 15:53:51 +02:00
parent cf72286421
commit f585085907
4 changed files with 10 additions and 10 deletions

View file

@ -21,8 +21,8 @@ nmcli_SOURCES = \
connections.h \
devices.c \
devices.h \
network-manager.c \
network-manager.h \
general.c \
general.h \
settings.c \
settings.h \
nmcli.c \

View file

@ -14,7 +14,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* (C) Copyright 2010 - 2014 Red Hat, Inc.
* Copyright 2010 - 2014 Red Hat, Inc.
*/
#include "config.h"
@ -26,7 +26,7 @@
#include <glib/gi18n.h>
#include "utils.h"
#include "network-manager.h"
#include "general.h"
/* Available fields for 'general status' */

View file

@ -14,11 +14,11 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* (C) Copyright 2010 - 2012 Red Hat, Inc.
* Copyright 2010 - 2014 Red Hat, Inc.
*/
#ifndef NMC_NETWORK_MANAGER_H
#define NMC_NETWORK_MANAGER_H
#ifndef NMC_GENERAL_H
#define NMC_GENERAL_H
#include "nmcli.h"
@ -26,4 +26,4 @@ NMCResultCode do_general (NmCli *nmc, int argc, char **argv);
NMCResultCode do_networking (NmCli *nmc, int argc, char **argv);
NMCResultCode do_radio (NmCli *nmc, int argc, char **argv);
#endif /* NMC_NETWORK_MANAGER_H */
#endif /* NMC_GENERAL_H */

View file

@ -16,7 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* (C) Copyright 2010 - 2014 Red Hat, Inc.
* Copyright 2010 - 2014 Red Hat, Inc.
*/
/* Generated configuration file */
@ -39,7 +39,7 @@
#include "common.h"
#include "connections.h"
#include "devices.h"
#include "network-manager.h"
#include "general.h"
#if defined(NM_DIST_VERSION)
# define NMCLI_VERSION NM_DIST_VERSION