From 90bf3f8171a57ba01d3e7fcbb32d1456335c3d00 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 24 Jul 2012 20:47:53 -0700 Subject: chansrv: started work on rail channel --- sesman/chansrv/xcommon.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sesman/chansrv/xcommon.c (limited to 'sesman/chansrv/xcommon.c') diff --git a/sesman/chansrv/xcommon.c b/sesman/chansrv/xcommon.c new file mode 100644 index 00000000..2e36d8ea --- /dev/null +++ b/sesman/chansrv/xcommon.c @@ -0,0 +1,27 @@ +/** + * xrdp: A Remote Desktop Protocol server. + * + * Copyright (C) Jay Sorg 2012 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include +#include "arch.h" +#include "parse.h" +#include "os_calls.h" +#include "chansrv.h" +#include "log.h" +#include "clipboard.h" +#include "rail.h" + -- cgit v1.2.1