- Timestamp:
- Aug 15, 2009, 7:08:18 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 1077891a
- Parents:
- fa4562c
- git-author:
- Anders Kaseorg <andersk@mit.edu> (08/04/09 02:37:51)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (08/15/09 19:08:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
buddy.c
rd43edd2 re19eb97 1 1 #include "owl.h" 2 2 3 void owl_buddy_create(owl_buddy *b, int proto, c har *name)3 void owl_buddy_create(owl_buddy *b, int proto, const char *name) 4 4 { 5 5 b->proto=proto; … … 8 8 } 9 9 10 c har *owl_buddy_get_name(owl_buddy *b)10 const char *owl_buddy_get_name(owl_buddy *b) 11 11 { 12 12 if (b->name) return(b->name);
Note: See TracChangeset
for help on using the changeset viewer.