aboutsummaryrefslogtreecommitdiffstats
path: root/history.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-24 02:01:26 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-24 02:01:26 +0000
commit975c8f9d43d4026bf1d669b08646e9d29a9d02e4 (patch)
treefd8aed139ffef712ccbb2d392c13b3949b0192c5 /history.h
parent[w3m-dev 02530] segfault for bad cookie from local (diff)
downloadw3m-975c8f9d43d4026bf1d669b08646e9d29a9d02e4.tar.gz
w3m-975c8f9d43d4026bf1d669b08646e9d29a9d02e4.zip
run make indent
Diffstat (limited to '')
-rw-r--r--history.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/history.h b/history.h
index b4e9453..22641d0 100644
--- a/history.h
+++ b/history.h
@@ -1,4 +1,4 @@
-/* $Id: history.h,v 1.2 2001/11/20 17:49:23 ukai Exp $ */
+/* $Id: history.h,v 1.3 2001/11/24 02:01:26 ukai Exp $ */
#ifndef HISTORY_H
#define HISTORY_H
@@ -13,8 +13,8 @@ typedef GeneralList HistList;
typedef struct {
HistList *list;
- HistItem *current;
- Hash_hist *hash;
+ HistItem *current;
+ Hash_hist *hash;
} Hist;
extern Hist *newHist();
@@ -26,4 +26,4 @@ extern char *lastHist(Hist *hist);
extern char *nextHist(Hist *hist);
extern char *prevHist(Hist *hist);
-#endif /* HISTORY_H */
+#endif /* HISTORY_H */