mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
12 lines
224 B
C
12 lines
224 B
C
|
/*
|
||
|
* Copyright (C) 2002 Sistina Software (UK) Limited.
|
||
|
*
|
||
|
* This file is released under the LGPL.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
void *load_shared_library(struct config_tree *cf, const char *libname,
|
||
|
const char *what);
|