mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
10 lines
120 B
C
10 lines
120 B
C
|
#ifndef _HAVE_CLTR_CORE_H
|
||
|
#define _HAVE_CLTR_CORE_H
|
||
|
|
||
|
#include "cltr.h"
|
||
|
|
||
|
int
|
||
|
cltr_init(int *argc, char ***argv);
|
||
|
|
||
|
#endif
|