mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05: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
|