Changeset 61abb18 for owl.h


Ignore:
Timestamp:
Aug 10, 2008, 10:53:16 AM (17 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
barnowl_perlaim
Parents:
3dcccba
Message:
Now it compiles. Highly likely to leak or crash, although it seems to work for me...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r3dcccba r61abb18  
    203203
    204204#define LINE 2048
     205
     206typedef void (*owl_callback_t)(void *cbdata, char *text);
    205207
    206208typedef struct _owl_variable {
     
    452454  int echochar;
    453455
    454   char *command;
    455   void (*callback)(void *, char *);
     456  owl_callback_t callback;
    456457  void *cbdata;
    457458} owl_editwin;
Note: See TracChangeset for help on using the changeset viewer.