X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Fproperties_rw.h;fp=src%2Ftint2conf%2Fproperties_rw.h;h=77f86e8fb88e0fa6d96abbdf61098a72be58a59e;hb=b0daed8dd52ebaa40fa993e5b9f23c823937c120;hp=0000000000000000000000000000000000000000;hpb=7581b58aa3fe8d11051444b4d3edb3f7a60ad1e8;p=chaz%2Ftint2 diff --git a/src/tint2conf/properties_rw.h b/src/tint2conf/properties_rw.h new file mode 100644 index 0000000..77f86e8 --- /dev/null +++ b/src/tint2conf/properties_rw.h @@ -0,0 +1,11 @@ + +#ifndef PROPERTIES_RW +#define PROPERTIES_RW + + +void config_read_file (const char *path); +void config_save_file(const char *path); + + +#endif +