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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
|
||||
*/
|
||||
|
||||
void process_image(char *);
|
||||
void process_image_cfg(char *);
|
||||
|
||||
Reference in New Issue
Block a user