File: camera.h

package info (click to toggle)
netrek-client-cow 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,300 kB
  • ctags: 4,715
  • sloc: ansic: 43,080; sh: 2,820; python: 380; makefile: 172; sed: 16
file content (4 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (5)
1
2
3
4
/* camera.c */
#ifdef CAMERA
void camera_snap(Display *display, Window window);
#endif