mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 11:52:45 +00:00
888532c465
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4502 a592a061-630c-0410-9148-cb99ea01b6c8
9 lines
101 B
C
9 lines
101 B
C
#ifndef PREVIEW_H
|
|
#define PREVIEW_H
|
|
|
|
#include "LString.h"
|
|
|
|
bool preview(string const & str);
|
|
|
|
#endif
|