9 lines
175 B
C
9 lines
175 B
C
|
#ifndef WAYLAND_TEST_CLIENT_UTILS_H
|
||
|
#define WAYLAND_TEST_CLIENT_UTILS_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int create_anonymous_file (off_t size);
|
||
|
|
||
|
#endif /* WAYLAND_TEST_CLIENT_UTILS_H */
|