From 5365f84b1694342e9ecef071b5189b8d66a32897 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 7 Jan 2009 03:40:19 +0100 Subject: remove enum names, cleanup no, this is not about hurting wilmer, it's just that the jabber code is now really different. he's still in the readme for a good reason. --- skype/skype.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'skype') diff --git a/skype/skype.c b/skype/skype.c index 26ffdb40..44e94cba 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -3,10 +3,6 @@ * * Copyright (c) 2007, 2008, 2009 by Miklos Vajna * - * Several ideas are used from the BitlBee Jabber plugin, which is - * - * Copyright (c) 2006 by Wilmer van der Gaast - * * 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 @@ -44,12 +40,12 @@ enum { SKYPE_CALL_CANCELLED, SKYPE_CALL_FINISHED, SKYPE_CALL_REFUSED -} skype_call_status; +}; enum { SKYPE_FILETRANSFER_NEW = 1, SKYPE_FILETRANSFER_FAILED -} skype_filetransfer_status; +}; /* * Structures -- cgit v1.2.3