This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
av-frag-rssb/src/tool/sendprog/sendprog.h
2018-09-29 14:57:32 +08:00

21 lines
370 B
C

#ifndef __SEND_PROG_H__
#define __SEND_PROG_H__
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <getopt.h>
#include <string.h>
#include <unistd.h>
#include <pthread.h>
#include <arpa/inet.h>
#include "input.h"
#include "output.h"
#include "Com_SendToBack.h"
#define SENDPROG_VERSION "0.1"
#define META_FLAG_DUMP 0x02
#endif /* __SEND_PROG_H__ */