diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-03-09 21:47:51 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-03-09 21:47:51 +0000 |
commit | 4206af165bf78f04e079d281982a74e123776620 (patch) | |
tree | 63040e4e9b22628f37eae68b2779aca452d1cb7d /src | |
parent | 7da53e2942176c5ddfe007ba0a36f449e9fdb9fb (diff) | |
download | krb5-4206af165bf78f04e079d281982a74e123776620.tar.gz krb5-4206af165bf78f04e079d281982a74e123776620.tar.xz krb5-4206af165bf78f04e079d281982a74e123776620.zip |
Add one-line descriptions in the filename comments to prototype.[ch]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24696 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/prototype/prototype.c | 4 | ||||
-rw-r--r-- | src/prototype/prototype.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index 6ba2dc507..d740b8ec1 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -1,5 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ -/* prototype/prototype.c */ +/* prototype/prototype.c - <<< One-line description of file >>> */ /* * Copyright (C) 2011 by the Massachusetts Institute of Technology. * All rights reserved. @@ -25,5 +25,5 @@ */ /* - * <<< Description >>> + * <<< Longer description of file >>> */ diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h index ecc4d03a0..5b595eeb9 100644 --- a/src/prototype/prototype.h +++ b/src/prototype/prototype.h @@ -1,5 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ -/* prototype/prototype.h */ +/* prototype/prototype.h - <<< One-line description of file >>> */ /* * Copyright (C) 2011 by the Massachusetts Institute of Technology. * All rights reserved. @@ -25,7 +25,7 @@ */ /* - * <<< Description >>> + * <<< Longer description of file >>> */ #ifndef <<< include blocker>>>__ |