ssdp.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 37 行
H
37 行
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description:
*
* Author: Eric Knudstrup
* Created: Thu Jul 14 12:20:07 2005
*
*******************************************************************/
#ifndef SSDP_H
#define SSDP_H
/*;emacs generated header for file ssdp.c. Global function declarations only. */
/**
* Begin advertising our UPnP services.
*/
extern void
ssdp_start(void);
/**
* Stop advertising our UPnP services.
*/
extern void
ssdp_stop(void);
extern void
ssdp_init(char *location, char *uuid);
/*;end emacs generated header for file ssdp.c. Global function declarations only. */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?