v22.2b14/
v22.2b14/Win32/
v22.2b14/compat/
v22.2b14/testsuite/
v22.2b14/testsuite/clone/
v22.2b14/testsuite/command/
v22.2b14/testsuite/data/
v22.2b14/testsuite/etc/
v22.2b14/testsuite/include/
v22.2b14/testsuite/inherit/
v22.2b14/testsuite/inherit/master/
v22.2b14/testsuite/log/
v22.2b14/testsuite/single/
v22.2b14/testsuite/single/tests/compiler/
v22.2b14/testsuite/single/tests/efuns/
v22.2b14/testsuite/single/tests/operators/
v22.2b14/testsuite/u/
v22.2b14/tmp/
#ifndef SWAP_H
#define SWAP_H

#include "lpc_incl.h"

/*
 * swap.c
 */
int swap PROT((object_t *));
int swap_line_numbers PROT((program_t *));
void load_ob_from_swap PROT((object_t *));
void load_line_numbers PROT((program_t *));
void remove_swap_file PROT((object_t *));
void unlink_swap_file PROT((void));
void remove_line_swap PROT((program_t *));
int locate_in PROT((program_t *));
int locate_out PROT((program_t *));
void print_swap_stats PROT((outbuffer_t *));

#endif