Changeset b2b0773 for buddylist.c


Ignore:
Timestamp:
Jun 9, 2003, 10:54:18 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
6bf73ce
Parents:
d559df9
Message:
Changes to help build on OSX
File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddylist.c

    rd559df9 rb2b0773  
    3737  }
    3838}
    39    
    40 
    4139
    4240/* Deal with an "offgoing" message.  This means recognizing the user
     
    7270}
    7371
     72/* return the number of logged in buddies */
    7473int owl_buddylist_get_size(owl_buddylist *b)
    7574{
     
    7776}
    7877
     78/* get buddy number 'n' */
    7979char *owl_buddylist_get_buddy(owl_buddylist *b, int n)
    8080{
     
    8282}
    8383
     84/* remove all buddies from the list */
    8485void owl_buddylist_clear(owl_buddylist *b) {
    8586  owl_list_free_all(&(b->buddies), owl_free);
Note: See TracChangeset for help on using the changeset viewer.