Add one-line descriptions in the filename comments to prototype.[ch]
authorGreg Hudson <ghudson@mit.edu>
Wed, 9 Mar 2011 21:47:51 +0000 (21:47 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 9 Mar 2011 21:47:51 +0000 (21:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24696 dc483132-0cff-0310-8789-dd5450dbe970

src/prototype/prototype.c
src/prototype/prototype.h

index 6ba2dc5077ffd06a7c9ce7fcc7c0f4ea274a2cda..d740b8ec1fd58973324ed5d0173402e3b23004fe 100644 (file)
@@ -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 >>>
  */
index ecc4d03a007d98dc7174f3beabb80a5e3581fb34..5b595eeb962769168799839d823ee2055886b491 100644 (file)
@@ -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>>>__