tokkee.org
Code
projects
/
rrdtool-all.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added I18N support for messages printed by rrd_tool.c -- http://oss.oetiker.ch/rrdtoo...
[rrdtool-all.git]
/
program
/
src
/
parsetime.h
1
#ifndef __PARSETIME_H__
2
#define __PARSETIME_H__
3
4
#include <stdio.h>
5
6
#include "rrd.h"
7
8
#endif