diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-01-07 03:40:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-01-07 03:40:19 +0100 |
commit | 5365f84b1694342e9ecef071b5189b8d66a32897 (patch) | |
tree | 6871bac45d05b0d7b0f1986c668a10631a89f5e4 | |
parent | bc744df00c65bcebacae04b756392117d4037f2f (diff) |
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.
-rw-r--r-- | skype/skype.c | 8 |
1 files changed, 2 insertions, 6 deletions
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 <vmiklos@frugalware.org> * - * Several ideas are used from the BitlBee Jabber plugin, which is - * - * Copyright (c) 2006 by Wilmer van der Gaast <wilmer@gaast.net> - * * 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 |