mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 07:50:06 +01:00
12 lines
288 B
C
12 lines
288 B
C
|
|
/* -*- Mode: C; tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
|
||
|
|
|
||
|
|
#ifndef _KEYFILE_PLUGIN_READER_H
|
||
|
|
#define _KEYFILE_PLUGIN_READER_H
|
||
|
|
|
||
|
|
#include <glib.h>
|
||
|
|
#include <nm-connection.h>
|
||
|
|
|
||
|
|
NMConnection *connection_from_file (const char *filename);
|
||
|
|
|
||
|
|
#endif /* _KEYFILE_PLUGIN_READER_H */
|