File: rcfile.h

package info (click to toggle)
esmtp 1.2-4squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,044 kB
  • ctags: 629
  • sloc: ansic: 1,662; sh: 1,389; yacc: 200; lex: 145; makefile: 48
file content (11 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
/**
 * \file rcfile.h
 * Parsing of the configuration file.
 */

#ifndef _RCFILE_H
#define _RCFILE_H

extern void rcfile_parse(const char *rcfile);

#endif