~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/scripting/scripting.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Gervai
  • Date: 2004-01-21 22:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040121221345-ju33hai1yhhqt6kn
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: scripting.h,v 1.9 2003/10/26 13:46:14 jonas Exp $ */
 
2
 
 
3
#ifndef EL__SCRIPTING_SCRIPTING_H
 
4
#define EL__SCRIPTING_SCRIPTING_H
 
5
 
 
6
#ifdef HAVE_SCRIPTING
 
7
 
 
8
#include "modules/module.h"
 
9
 
 
10
extern struct module scripting_module;
 
11
 
 
12
#endif
 
13
 
 
14
#endif