Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a8e1510b71932ccd6b0a74fe1af13b93 > files > 184

freepops-debug-0.2.9-4mdv2011.0.i586.rpm

/******************************************************************************
 * $Id: linker.h,v 1.1 2007/01/13 22:36:26 gareuselesinge Exp $
 * This file is part of FreePOPs (http://www.freepops.org)                    *
 * This file is distributed under the terms of GNU GPL license.               *
 ******************************************************************************/


/******************************************************************************/
 /*!
  * \file   linker.h
  * \brief  fltk-updater to freepops bridge
  * \author Enrico Tassi <gareuselesinge@users.sourceforge.net>
  */
/******************************************************************************/

#ifndef LUA_LINKER_H
#define LUA_LINKER_H

#include <lua.hpp>

extern void updater_init(lua_State* l);
extern void updater_download_metadata(void);
extern void updater_download(void);
#endif