Changeset 3abf28b for owl_prototypes.h


Ignore:
Timestamp:
Jun 1, 2003, 9:11:25 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:
75e3879
Parents:
df0d93a
Message:
make smartnarrow work for AIM
  (though it will crash on names with spaces)
don't set an away message by default
better default format
bold them like personal zephyrs
same with terminal bell
do some basic HTML stripping (buggy, in progress)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl_prototypes.h

    rdf0d93a r3abf28b  
    356356extern void owl_function_show_filter(char *name);
    357357extern void owl_function_show_zpunts();
    358 extern char *owl_function_fastclassinstfilt(char *class, char *instance);
    359 extern char *owl_function_fastuserfilt(char *user);
    360 extern char *owl_function_fasttypefilt(char *type);
     358extern char *owl_function_classinstfilt(char *class, char *instance);
     359extern char *owl_function_zuserfilt(char *user);
     360extern char *owl_function_aimuserfilt(char *user);
     361extern char *owl_function_typefilt(char *type);
    361362extern void owl_function_delete_curview_msgs(int flag);
    362363extern char *owl_function_smartfilter(int type);
     
    610611extern int owl_message_search(owl_message *m, char *string);
    611612extern void owl_message_create(owl_message *m, char *header, char *text);
    612 extern void owl_message_create_aim(owl_message *m, char *sender, char *recipient, char *text);
     613extern void owl_message_create_incoming_aim(owl_message *m, char *sender, char *recipient, char *text);
     614extern void owl_message_create_outgoing_aim(owl_message *m, char *sender, char *recipient, char *text);
    613615extern void owl_message_create_admin(owl_message *m, char *header, char *text);
    614616extern void owl_message_create_from_znotice(owl_message *m, ZNotice_t *n);
     
    690692extern void owl_text_indent(char *out, char *in, int n);
    691693extern int owl_text_num_lines(char *in);
     694extern char *owl_text_htmlstrip(char *in);
    692695
    693696/* -------------------------------- util.c -------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.