1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib/misc/sharedlib.h

12 lines
224 B
C
Raw Normal View History

2002-11-18 17:01:16 +03:00
/*
* 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);