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