webhttpd.h
来自「video motion detection of linux base」· C头文件 代码 · 共 20 行
H
20 行
/* * webhttpd.h * * Include file for webhttpd.c * * Specs : http://www.lavrsen.dk/twiki/bin/view/Motion/MotionHttpAPI * * Copyright 2004-2005 by Angel Carpintero (ack@telefonica.net) * This software is distributed under the GNU Public License Version 2 * See also the file 'COPYING'. * */#ifndef _INCLUDE_WEBHTTPD_H_#define _INCLUDE_WEBHTTPD_H_void * motion_web_control(void *arg); void httpd_run(struct context **);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?