Skip to content

Commit 7765383

Browse files
committed
Add missing file.
1 parent d8a82ed commit 7765383

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

util/grind/lines.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef LIST_H
2+
#define LIST_H
3+
4+
extern void lines(p_file file, int l1, int l2);
5+
6+
#endif

0 commit comments

Comments
 (0)