diff options
author | jsorg71 <jsorg71> | 2007-06-03 07:14:10 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-06-03 07:14:10 +0000 |
commit | abbcc9c02e5e8681d938b01d36151da6346f0429 (patch) | |
tree | d9cad5c3504c21c3381594394806790a4ac65224 /mc/mc.c | |
parent | 829a1bb00d10fe6b1acc53fe7464479f58ecc22e (diff) | |
download | xrdp-proprietary-abbcc9c02e5e8681d938b01d36151da6346f0429.tar.gz xrdp-proprietary-abbcc9c02e5e8681d938b01d36151da6346f0429.zip |
added mc
Diffstat (limited to 'mc/mc.c')
-rw-r--r-- | mc/mc.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mc/mc.c b/mc/mc.c new file mode 100644 index 00000000..5ed7888f --- /dev/null +++ b/mc/mc.c @@ -0,0 +1,25 @@ +/* + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + xrdp: A Remote Desktop Protocol server. + Copyright (C) Jay Sorg 2007 + + media center + +*/ + +#include "libmc.h" + +/*****************************************************************************/ |