Changeset c266281
- Timestamp:
- Jun 25, 2011, 3:26:16 AM (12 years ago)
- Branches:
- master, release-1.8, release-1.9
- Children:
- 2560529
- Parents:
- ce68f23
- git-author:
- David Benjamin <davidben@mit.edu> (03/10/11 11:38:40)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/25/11 03:26:16)
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r4f746f8 rc266281 38 38 $(GIT_FLAGS) 39 39 40 CODELIST_SRCS= list.cmessage.c mainwin.c popwin.c zephyr.c messagelist.c \40 CODELIST_SRCS=message.c mainwin.c popwin.c zephyr.c messagelist.c \ 41 41 commands.c global.c text.c fmtext.c editwin.c util.c logging.c \ 42 42 perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \ -
owl.h
re6d7e4e rc266281 270 270 GString *buff; 271 271 } owl_fmtext; 272 273 typedef struct _owl_list {274 int size;275 int avail;276 void **list;277 } owl_list;278 272 279 273 typedef struct _owl_dict_el {
Note: See TracChangeset
for help on using the changeset viewer.