~ubuntu-branches/ubuntu/gutsy/avscan/gutsy-security

« back to all changes in this revision

Viewing changes to avscan/cfg_fio.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2006-08-31 18:52:27 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060831185227-ol7ren8qsenrzlvh
Tags: 0.8.5-openssl-1
* New upstream release.
* Register html documentation with doc-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
                         Configuration List File IO
 
3
 */
 
4
 
 
5
#ifndef CFGFIO_H
 
6
#define CFGFIO_H
 
7
 
 
8
#include "cfg.h"
 
9
 
 
10
extern gint CFGFileOpen(
 
11
        const gchar *filename, cfg_item_struct *parm_list
 
12
);
 
13
extern gint CFGFileSave(
 
14
        const gchar *filename, const cfg_item_struct *parm_list
 
15
);
 
16
 
 
17
#endif  /* CFGFIO_H */