~ubuntu-branches/ubuntu/precise/arj/precise-security

« back to all changes in this revision

Viewing changes to file_reg.h

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover
  • Date: 2004-06-27 08:07:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040627080709-1gkxm72ex66gkwe4
Tags: upstream-3.10.21
ImportĀ upstreamĀ versionĀ 3.10.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: file_reg.h,v 1.1.1.1 2002/03/28 00:02:55 andrew_belov Exp $
 
3
 * ---------------------------------------------------------------------------
 
4
 * Prototypes of the functions located in FILE_REG.C are declared here.
 
5
 *
 
6
 */
 
7
 
 
8
#ifndef FILE_REG_INCLUDED
 
9
#define FILE_REG_INCLUDED
 
10
 
 
11
int reg_validation(char *key1, char *key2, char *name, char *validation);
 
12
void hot_reg(char *block);
 
13
void parse_reg_key();
 
14
 
 
15
#endif