1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Global part for graph-generation nearly compleeted

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@64 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-01 14:15:00 +00:00
parent bb1dfab7af
commit 27f0adec90
9 changed files with 209 additions and 91 deletions
+2 -2
View File
@@ -21,9 +21,9 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "process_image.h"
#include "image_file.h"
void process_image(char *image_cfg_file){
void process_image_cfg(char *image_cfg_file){
printf("%s\n",image_cfg_file);
sleep(3);
}
+1 -1
View File
@@ -20,4 +20,4 @@
*/
void process_image(char *);
void process_image_cfg(char *);