merged the modularization branch (credentials) back to trunk
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
/**
|
||||
* @file processor.c
|
||||
*
|
||||
* @brief Implementation of processor_t.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2005-2007 Martin Willi
|
||||
* Copyright (C) 2005 Jan Hutter
|
||||
@@ -19,6 +12,8 @@
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* for more details.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@@ -35,7 +30,7 @@
|
||||
typedef struct private_processor_t private_processor_t;
|
||||
|
||||
/**
|
||||
* @brief Private data of processor_t class.
|
||||
* Private data of processor_t class.
|
||||
*/
|
||||
struct private_processor_t {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user