FreeRDP
Loading...
Searching...
No Matches
android_rail.h
1/*
2 Android RAIL/RemoteApp Channel
3
4 Copyright 2026 Ibrahim Sevinc <ibrahim.sevinc.mail@gmail.com>
5
6 This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
7 If a copy of the MPL was not distributed with this file, You can obtain one at
8 http://mozilla.org/MPL/2.0/.
9*/
10
11#ifndef FREERDP_CLIENT_ANDROID_RAIL_H
12#define FREERDP_CLIENT_ANDROID_RAIL_H
13
14#include <freerdp/client/rail.h>
15#include <freerdp/api.h>
16
17#include "android_freerdp.h"
18
19FREERDP_LOCAL BOOL android_rail_init(androidContext* afc, RailClientContext* rail);
20FREERDP_LOCAL BOOL android_rail_uninit(androidContext* afc, RailClientContext* rail);
21
22#endif /* FREERDP_CLIENT_ANDROID_RAIL_H */