source:
branches/PublicaMundi_David-devel/zoo-project/zoo-kernel/zoo_sql.h
@
615
Last change on this file since 615 was 603, checked in by david, 10 years ago | |
---|---|
File size: 198 bytes |
Line | |
---|---|
1 | #ifndef ZOO_SQL_H |
2 | #define ZOO_SQL_H 1 |
3 | |
4 | |
5 | void init_sql(const char* host,const char *user, const char *passwd, const char * bdd,int port); |
6 | char * get_uuid(); |
7 | int add_status(const char * uuid); |
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.