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

« back to all changes in this revision

Viewing changes to src/clear_ptr_array.h

  • 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
#ifndef GDHCPD_clear_ptr_array_H
2
2
#   define GDHCPD_clear_ptr_array_H
3
3
 
4
 
extern struct gdhcpd_widgets *widgets;
 
4
extern struct w *widgets;
5
5
 
6
 
void clear_ptr_array(struct gdhcpd_widgets *widgets);
 
6
void clear_ptr_array(struct w *widgets);
7
7
 
8
8
#endif