about summary refs log tree commit diff stats
path: root/src/LYEdit.h
blob: 84fec84a28197f3967f337fa1f87a183c1141af4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef LYEDIT_H
#define LYEDIT_H

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif

extern int edit_current_file PARAMS((char *newfile, int cur, int lineno));

extern BOOLEAN editor_can_position NOPARAMS;

#endif /* LYEDIT_H */