Changeset e6449bc for functions.c


Ignore:
Timestamp:
Jul 2, 2003, 8:15:04 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:
210c261
Parents:
03955f3
Message:
Owl should build now without zephyr, enabling it to act as a
  standalone AIM client.
Cleaned up some warnings from linux gcc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r09489b89 re6449bc  
    44#include <signal.h>
    55#include <string.h>
    6 #include <com_err.h>
    76#include <time.h>
    87#include <sys/types.h>
     
    17431742void owl_function_reply(int type, int enter)
    17441743{
    1745   char *buff, *oldbuff;
     1744  char *buff=NULL, *oldbuff;
    17461745  owl_message *m;
    17471746  owl_filter *f;
Note: See TracChangeset for help on using the changeset viewer.