- Timestamp:
- Aug 15, 2009, 7:08:18 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 1077891a
- Parents:
- fa4562c
- git-author:
- Anders Kaseorg <andersk@mit.edu> (08/04/09 02:37:51)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (08/15/09 19:08:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
history.c
rd43edd2 re19eb97 15 15 } 16 16 17 c har *owl_history_get_prev(owl_history *h)17 const char *owl_history_get_prev(owl_history *h) 18 18 { 19 19 … … 32 32 } 33 33 34 c har *owl_history_get_next(owl_history *h)34 const char *owl_history_get_next(owl_history *h) 35 35 { 36 36 if (!h) return NULL; … … 44 44 } 45 45 46 void owl_history_store(owl_history *h, c har *line)46 void owl_history_store(owl_history *h, const char *line) 47 47 { 48 48 int size;
Note: See TracChangeset
for help on using the changeset viewer.