Switch to unified view

a/src/query/history.cpp b/src/query/history.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: history.cpp,v 1.8 2007-06-20 13:16:11 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: history.cpp,v 1.9 2007-12-13 06:58:21 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
19
 */
19
 */
20
20
21
#ifndef TEST_HISTORY
21
#ifndef TEST_HISTORY
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <time.h>
23
#include <time.h>
24
#include <cstdlib>
24
25
25
#include "history.h"
26
#include "history.h"
26
#include "base64.h"
27
#include "base64.h"
27
#include "smallut.h"
28
#include "smallut.h"
28
#include "debuglog.h"
29
#include "debuglog.h"