diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-11-12 19:45:08 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-11-12 20:46:57 +0100 |
| commit | 049d23ab28f2708506dbde362539e9b5f36a10c4 (patch) | |
| tree | a9a64494a0c8662ac2431d9d70ac18b5c89329a5 /src/history.h | |
| parent | f868887d311cbb330732587c89ab9d886dfa4693 (diff) | |
| download | tmus-049d23ab28f2708506dbde362539e9b5f36a10c4.tar.gz tmus-049d23ab28f2708506dbde362539e9b5f36a10c4.zip | |
Update liblist api and remote
Diffstat (limited to 'src/history.h')
| -rw-r--r-- | src/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h index 5450b8e..01f9ffc 100644 --- a/src/history.h +++ b/src/history.h @@ -9,7 +9,7 @@ struct inputln { int len, cap; int cur; - struct link link; + struct list_link link; }; struct history { |
