summaryrefslogtreecommitdiff
path: root/examples/dte/shift.h
blob: 92da55278f97a06fd3f0b30413a59c874934d060 (plain)
1
2
3
4
5
6
7
8
#ifndef SHIFT_H
#define SHIFT_H

#include "view.h"

void shift_lines(View *view, int count);

#endif