genericopenlibs/openenvcore/include/utmp.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/include/utmp.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,86 @@
+/** @file  ../include/utmp.h
+@internalComponent
+*/
+
+/** @def _PATH_UTMP
+
+This macro is used to specify the user accounting database.
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+/** @def _PATH_WTMP
+
+This macro is used to specify the user accounting log file.
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @def _PATH_LASTLOG
+
+HAVE_LASTLOG_H
+
+@publishedAll
+@released
+*/
+
+
+/** @def UT_NAMESIZE
+
+Max name size
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+/** @def UT_LINESIZE
+
+line size
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+/** @def UT_HOSTSIZE
+
+host size 
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+
+/** @struct utmp
+
+Contains the following fields,
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+/** @var utmp::ut_line
+Device name (console or lnxx). 
+*/
+
+/** @var utmp::ut_name
+User login name 
+*/
+
+/** @var utmp::ut_host
+host name 
+*/
+
+/** @var utmp::ut_time
+Time at which the entry was made.
+*/
+
+/** @struct lastlog
+
+The structure of the log file and how to change user's entry.
+
+@publishedAll
+@released
+*/