Skip to content
Snippets Groups Projects
Commit 4190dd08 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove graph.h headers file

parent 6d5a1442
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
#include <66/constants.h>
#include <66/db.h>
#include <66/enum.h>
#include <66/graph.h>
#include <66/parser.h>
#include <66/resolve.h>
#include <66/ssexec.h>
......
......@@ -17,13 +17,12 @@
#include <skalibs/stralloc.h>
#include <skalibs/genalloc.h>
#include <66/graph.h>
#include <66/ssexec.h>
extern int db_cmd_master(unsigned int verbosity,char const *cmd) ;
extern int db_update_master(int argc, char const *const *argv) ;
extern int db_bundle_modif(genalloc *bundle,unsigned int verbosity, char const *src, unsigned int action) ;
extern int db_bundle_contents(graph_t *g, char const *name, char const *src, unsigned int verbosity, unsigned int action) ;
//extern int db_bundle_contents(graph_t *g, char const *name, char const *src, unsigned int verbosity, unsigned int action) ;
extern int db_write_contents(genalloc *ga, char const *bundle,char const *dir) ;
extern int db_write_master(ssexec_t *info, genalloc *ga, char const *dir,int both) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment