aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-17 23:07:08 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-17 23:07:08 +1000
commit07ff8a6c03e9c232a285e8b4ebc22f11ae5963d7 (patch)
treedee6963874a0c36ec40401211b6ea67784be2c7d /fallback.h
parent9f10dd377ee08f9142fb52db1506392610606250 (diff)
Documentation updates. Fixes a few formating bugs, adds various minor missing api documentation, fixes a few typos. Also fixes a few tiny code issues, mostly missing consts, etc
darcs-hash:20060617130708-ac50b-cc2ec5aa3e4bfb8e28d7b86441bfb4661f1dd7e7.gz
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fallback.h b/fallback.h
index 7a245f47..428f98c3 100644
--- a/fallback.h
+++ b/fallback.h
@@ -299,6 +299,9 @@ int del_curterm(TERMINAL *oterm);
*/
struct drand48_data
{
+ /**
+ Seed value
+ */
unsigned int seed;
}
;