mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
11 lines
202 B
C
11 lines
202 B
C
|
/* See LICENSE file for license and copyright information */
|
||
|
|
||
|
#ifndef SYNCTEX_H
|
||
|
#define SYNCTEX_H
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
void synctex_edit(zathura_t* zathura, zathura_page_t* page, int x, int y);
|
||
|
|
||
|
#endif
|