/* exports.h * * Copyright (c) 2000 Chris Smith * * Author: * Gergely Nagy * * This file is distributed under the GPL, version 2 or at your option any * later version. See COPYING for details. */ #ifndef LPE_EXPORTS_H #define LPE_EXPORTS_H void export_all ( void ); #endif /* LPE_EXPORTS_H */