~ubuntu-branches/ubuntu/trusty/gadmin-samba/trusty

« back to all changes in this revision

Viewing changes to src/standard_conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-05-04 15:03:00 UTC
  • Revision ID: james.westby@ubuntu.com-20080504150300-cwpi1c1j49dxmbv3
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* GADMIN-SAMBA, an easy to use GTK+ frontend for the SAMBA file and print server.
 
2
 * Copyright (C) 2006, 2007, 2008 Magnus Loef <magnus-swe@telia.com> 
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; either version 3 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
12
 * See the GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License along
 
15
 * with this program; if not, write to the Free Software Foundation, Inc.,
 
16
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
17
 *
 
18
*/
 
19
 
 
20
 
 
21
 
 
22
#include <gtk/gtk.h>
 
23
 
 
24
#ifndef standard_conf_H
 
25
#   define standard_conf_H
 
26
 
 
27
extern struct w *widgets;
 
28
 
 
29
int conf_ok(gchar *file_path);
 
30
 
 
31
void backup_samba_conf(struct w *widgets);
 
32
 
 
33
void create_standard_conf_question(struct w *widgets);
 
34
 
 
35
void add_standard_conf(struct w *widgets);
 
36
 
 
37
#endif