diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-06-06 15:33:22 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-06-06 15:33:22 -0400 |
commit | 325e685deb5e6a5f7d1ab98c625d163e8485cfbb (patch) | |
tree | 3f44900829338bdc1acfd6f414f5984fbaf7520c /src/debug.c | |
parent | 6547f966a768ce88808bc3931c414cf92fde656c (diff) |
Update file authorship, license, and description in Doxygen style.
Any authorship, copyright, or license information previously present
has been preserved. Where appropriate, this information has also
been propagated to new files (for example from a source file to its
header file).
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c index 515cb9a..cd00427 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,3 +1,21 @@ +/** + * @file + * @section AUTHORS + * + * Authors: + * Eamon Walsh <ewalsh@tycho.nsa.gov> + * + * @section LICENSE + * + * This file is in the public domain. + * + * @section DESCRIPTION + * + * This is the linpicker_cli program that can send debugging commands to + * linpicker_server over a local socket if linpicker_server was compiled + * with the "enable-socket" configure-time option (default: disabled). + */ + #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> |