svn rev #24696: trunk/src/prototype/
ghudson@MIT.EDU
ghudson at MIT.EDU
Wed Mar 9 16:47:51 EST 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=24696
Commit By: ghudson
Log Message:
Add one-line descriptions in the filename comments to prototype.[ch]
Changed Files:
U trunk/src/prototype/prototype.c
U trunk/src/prototype/prototype.h
Modified: trunk/src/prototype/prototype.c
===================================================================
--- trunk/src/prototype/prototype.c 2011-03-09 21:46:07 UTC (rev 24695)
+++ trunk/src/prototype/prototype.c 2011-03-09 21:47:51 UTC (rev 24696)
@@ -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 >>>
*/
Modified: trunk/src/prototype/prototype.h
===================================================================
--- trunk/src/prototype/prototype.h 2011-03-09 21:46:07 UTC (rev 24695)
+++ trunk/src/prototype/prototype.h 2011-03-09 21:47:51 UTC (rev 24696)
@@ -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>>>__
More information about the cvs-krb5
mailing list