~ubuntu-branches/ubuntu/wily/gperiodic/wily

« back to all changes in this revision

Viewing changes to include/gparser.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-05-13 20:46:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040513204609-2ymqncvzfrqx8a7i
Tags: 2.0.7-4
Removed the DEPRECATED flags to build fine with GTK+2.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#if !defined(_GPARSER_H)
2
 
#define _GPARSER_H
3
 
 
4
 
void gpparser_build_hash(void);
5
 
void gpparser_parse_line(char*line,int freeMemory);
6
 
void gpparse_print_element_data_for_num(int num);
7
 
 
8
 
#endif