~ubuntu-branches/ubuntu/trusty/malaga/trusty-proposed

« back to all changes in this revision

Viewing changes to rule_compiler.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-01-10 11:52:04 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110115204-hpgncw5pb0m1t8i6
Tags: 6.13-5
debian/control (malaga-doc Recommends): Suggest gv as a
postscript-viewer instead of ghostview.  (Closes: #289701).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 1995 Bjoern Beutel. */
 
2
 
 
3
/* Description. =============================================================*/
 
4
 
 
5
/* This module compiles Malaga rule files. */
 
6
 
 
7
/* Functions. ===============================================================*/
 
8
 
 
9
extern void compile_rule_file( string_t source_file_name, 
 
10
                               string_t object_file_name,
 
11
                               int_t file_type );
 
12
/* Compile file SOURCE_FILE_NAME of FILE_TYPE
 
13
 * and save compiled data in a file with name OBJECT_FILE_NAME. */
 
14
 
 
15
/* End of file. =============================================================*/