File: vnc.h

package info (click to toggle)
info-beamer 1.0~pre3%2Bdfsg-0.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 644 kB
  • ctags: 918
  • sloc: ansic: 3,970; perl: 95; python: 64; makefile: 48
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
/* See Copyright Notice in LICENSE.txt */

#ifndef VNC_H
#define VNC_H

int vnc_create(lua_State *L, const char *host, int port);
int vnc_register (lua_State *L);

#endif