Changeset b7d3dff7 for skype


Ignore:
Timestamp:
2008-04-02T23:18:05Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
9aed2f1
Parents:
2af671a
Message:

skype_read_callback(): handle a profile's balance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r2af671a rb7d3dff7  
    872872                                }
    873873                        }
     874                        else if(!strncmp(line, "PROFILE PSTN_BALANCE ", 21))
     875                        {
     876                                imcb_log(ic, "SkypeOut balance value is '%s'.", line+21);
     877                        }
    874878                        lineptr++;
    875879                }
Note: See TracChangeset for help on using the changeset viewer.