File: rcfile.h

package info (click to toggle)
esmtp 1.2-19
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: ansic: 1,842; sh: 1,389; yacc: 200; lex: 145; makefile: 49
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