github.com/aergoio/aergo@v1.3.1/contract/sqlcheck.h (about)

     1  #ifndef _SQLCHECK_H
     2  #define _SQLCHECK_H
     3  
     4  int sqlcheck_is_permitted_sql(const char *sql);
     5  int sqlcheck_is_readonly_sql(const char *sql);
     6  
     7  #endif /* _SQLCHECK_H */