From 4206af165bf78f04e079d281982a74e123776620 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 9 Mar 2011 21:47:51 +0000 Subject: [PATCH] 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 --- src/prototype/prototype.c | 4 ++-- 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>>>__ -- 2.26.2