~ubuntu-branches/ubuntu/gutsy/gdhcpd/gutsy

« back to all changes in this revision

Viewing changes to src/scope_treeview_row_clicked.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-11-26 10:59:00 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061126105900-ds7bx3lgjj2l6l1l
Tags: 0.3.1-2
* Adjusting the icondir.
* Makeing use of su-to-root in the desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* GDHCPD, a GTK+ frontend for ISC DHCPD
2
 
 * Copyright C 2004, 2005 Magnus Loef <magnus-swe@telia.com> 
 
2
 * Copyright C 2004, 2005, 2006 Magnus Loef <magnus-swe@telia.com>
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
27
27
#include "populate_ranges.h"
28
28
#include "populate_scope_settings.h"
29
29
 
 
30
extern char global_netmask[1024];
 
31
extern char global_subnet[1024];
 
32
extern char global_nic[1024];
 
33
 
 
34
 
30
35
 
31
36
void scope_treeview_row_clicked(GtkTreeView *treeview, GdkEventButton *event,
32
37
                                                                gpointer data)