Skip to content

Commit

Permalink
Fix typos and incorrect documentation format in log.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 25, 2013
1 parent 8b1b2ea commit a99f898
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/include/log.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#ifndef FR_LOG_H
#define FR_LOGP_H

/*
* log.h Structures and prototypes for logging.
* Version: $Id$
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand All @@ -18,11 +12,18 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef FR_LOG_H
#define FR_LOG_H
/*
* $Id$
*
* Copyright 2013 Alan DeKok <aland@freeradius.org>
* @file log.h
* @brief Structures and prototypes for logging.
*
* @copyright 2013 Alan DeKok <aland@freeradius.org>
*/

RCSIDH(heap_h, "$Id$")
RCSIDH(log_h, "$Id$")

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit a99f898

Please sign in to comment.