git » fp-git.git » commit 34b0e68

added TODO

author ecalot
2004-07-21 15:36:32 UTC
committer ecalot
2004-07-21 15:36:32 UTC
parent 3ca96189606c2d814cbcf088dfad4c73c0a96bf3

added TODO

FP/src/include/hof.h +3 -0

diff --git a/FP/src/include/hof.h b/FP/src/include/hof.h
index a3177a6..7e8c42a 100644
--- a/FP/src/include/hof.h
+++ b/FP/src/include/hof.h
@@ -1,3 +1,6 @@
+
+/* TODO: create tTimeRecord */
+
 void hofAddRecord(char* name, float time); /* time is in seconds. The interface may be changed */
 void hofRead(char** names, float** times); /* idem */