Changeset 5365f84


Ignore:
Timestamp:
2009-01-07T02:40:19Z (15 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
bc9a9b0
Parents:
bc744df
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    rbc744df r5365f84  
    33 *
    44 *  Copyright (c) 2007, 2008, 2009 by Miklos Vajna <vmiklos@frugalware.org>
    5  *
    6  *  Several ideas are used from the BitlBee Jabber plugin, which is
    7  *
    8  *  Copyright (c) 2006 by Wilmer van der Gaast <wilmer@gaast.net>
    95 *
    106 *  This program is free software; you can redistribute it and/or modify
     
    4541        SKYPE_CALL_FINISHED,
    4642        SKYPE_CALL_REFUSED
    47 } skype_call_status;
     43};
    4844
    4945enum {
    5046        SKYPE_FILETRANSFER_NEW = 1,
    5147        SKYPE_FILETRANSFER_FAILED
    52 } skype_filetransfer_status;
     48};
    5349
    5450/*
Note: See TracChangeset for help on using the changeset viewer.