Changeset fd93b41 for owl_prototypes.h


Ignore:
Timestamp:
Jun 3, 2003, 5:38:08 PM (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:
38cf544c
Parents:
aa5f725
Message:
Started work on 'addbuddy' and 'delbuddy' command but they DO NOT
  WORK yet
Removed a bit of faim code that allowed commands to be executed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl_prototypes.h

    raa5f725 rfd93b41  
    44extern void owl_aim_logout(void);
    55extern int owl_aim_send_im(char *to, char *msg);
     6extern void owl_aim_addbuddy(char *screenname);
     7extern void owl_aim_delbuddy(char *screenname);
    68extern void owl_aim_chat_join(char *chatroom);
    79extern void owl_aim_chat_leave(char *chatroom);
     
    5759extern void owl_command_about();
    5860extern void owl_command_version();
     61extern char *owl_command_addbuddy(int argc, char **argv, char *buff);
     62extern char *owl_command_delbuddy(int argc, char **argv, char *buff);
    5963extern char *owl_command_dump(int argc, char **argv, char *buff);
    6064extern char *owl_command_next(int argc, char **argv, char *buff);
Note: See TracChangeset for help on using the changeset viewer.