File: jsbind.h

package info (click to toggle)
pavuk 0.9.34-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,744 kB
  • ctags: 3,826
  • sloc: ansic: 51,740; sh: 3,405; makefile: 363
file content (22 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/***************************************************************************/
/*    This code is part of WWW grabber called pavuk                        */
/*    Copyright (c) 1997 - 2001 Stefan Ondrejicka                          */
/*    Distributed under GPL 2 or later                                     */
/***************************************************************************/

#ifndef _jsbind_h_
#define _jsbind_h_

#include "condition.h"
#include "lfname.h"

extern int pjs_destroy(void);
extern int pjs_init(void);
extern int pjs_load_script(char *);
extern int pjs_load_script_string(char *);
extern int pjs_execute(char *);

extern int pjs_run_cond_check_func(url *, cond_info_t *);
extern char *pjs_run_fnrules_func(char *, struct lfname_lsp_interp *);

#endif