]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_vrs.c
polished 16_vrs.h and put into make file AND! updated copyright to add yakui lover...
[16.git] / src / lib / 16_vrs.c
index b42d80c6e18f67c3e4b664ff0cb6b4940e5a2812..b3c217cabf9b80a0dc32885ad17663c99453e9b8 100755 (executable)
@@ -21,6 +21,7 @@
  */
 #include "src/lib/16_vrs.h"
 
+//TODO: USE 16_MM! AND 16_CA!
 // Read .vrs file into memory
 int read_vrs(char *filename, struct vrs_container *vrs_cont){
        // Initialise a local copy of becessary variables
@@ -45,6 +46,7 @@ int read_vrs(char *filename, struct vrs_container *vrs_cont){
        return 0;
 }
 
+//TODO: USE 16_MM! AND 16_CA!
 // Seek and return a specified .vrl blob from .vrs blob in memory
 struct vrl_container* get_vrl_by_id(struct vrs_container *vrs_cont, uint16_t id){
        uint16_t *ids;