Changeset 7933748 for zephyr.c


Ignore:
Timestamp:
Feb 21, 2003, 10:50:15 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:
ed2412d
Parents:
2c8d62e
Message:
Added a 'loadloginsubs' command to load login subscriptions from a
  file
Added a 'loadsubs' command to eventually phase out the 'load-subs'
  command
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r060b3b4 r7933748  
    8181}
    8282
    83 int loadloginsubs(char *filename) {
     83int owl_zephyr_loadloginsubs(char *filename) {
    8484  FILE *file;
    8585  ZSubscription_t subs[3001];
     
    122122
    123123  /* sub with defaults */
    124   if (ZSubscribeTo(subs,count,0) != ZERR_NONE) {
     124  if (ZSubscribeToSansDefaults(subs,count,0) != ZERR_NONE) {
    125125    fprintf(stderr, "Error subbing\n");
    126126    ret=-2;
Note: See TracChangeset for help on using the changeset viewer.