]> git.saurik.com Git - veency.git/blame_incremental - iphonevnc/LayerKit/LKPurpleServer.h
Intial VNC server for the iPhone.
[veency.git] / iphonevnc / LayerKit / LKPurpleServer.h
... / ...
CommitLineData
1#ifndef LAYERKIT_LKPURPLESERVER_H_
2#define LAYERKIT_LKPURPLESERVER_H_
3
4#include <stdbool.h>
5#include <stdint.h>
6
7#import <CoreGraphics/CGImage.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13CGImageRef LKPurpleServerGetScreenImage(void *null);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif/*LAYERKIT_LKPURPLESERVER_H_*/