nesca/RTSP.h

20 lines
320 B
C
Raw Normal View History

#pragma once
2016-11-23 02:38:47 +00:00
#ifndef RTSPAUTH_H
#define RTSPAUTH_H
#include "Utils.h"
#include "Connector.h"
#include "externData.h"
#include "mainResources.h"
class RTSP
{
private:
static lopaStr RTSPBrute(const char *ip, const int port);
public:
static lopaStr RTSPLobby(const char *ip, const int port);
};
#endif // RTSPAUTH_H