~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to system-settings/plugins/keyfile/writer.h

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include <glib.h>
7
7
#include <nm-connection.h>
8
8
 
9
 
gboolean write_connection (NMConnection *connection, GError **error);
 
9
gboolean write_connection (NMConnection *connection, char **out_path, GError **error);
 
10
 
 
11
char *writer_id_to_filename (const char *id);
10
12
 
11
13
#endif /* _KEYFILE_PLUGIN_WRITER_H */