copy from misc directory

This commit is contained in:
christos 2011-05-15 01:13:29 +00:00
parent 22c389a767
commit 3326babf00
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lvm-globals.h,v 1.1.1.2 2009/02/18 11:16:46 haad Exp $ */
/* $NetBSD: lvm-globals.h,v 1.2 2011/05/15 01:13:29 christos Exp $ */
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
@ -21,6 +21,11 @@
#define VERBOSE_BASE_LEVEL _LOG_WARN
#define SECURITY_LEVEL 0
#ifdef __NetBSD__
void init_operator(int operator);
int is_operator(void);
#endif
void init_verbose(int level);
void init_test(int level);
void init_md_filtering(int level);