nesca/RTSP.h
2016-11-23 05:38:47 +03:00

20 lines
320 B
C++

#ifndef RTSPAUTH_H
#define RTSPAUTH_H
#include "Utils.h"
#include "Connector.h"
#include "externData.h"
#include "mainResources.h"
#pragma once
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