1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-04 21:47:46 +03:00
lvm2/lib/misc/sharedlib.h
Alasdair Kergon 81c44790d5 Refactoring.
2002-11-18 14:01:16 +00:00

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);