bmsd/mysql.h

changeset 680
0bb48333d133
parent 579
1253a237b620
child 799
cf145b35d65f
equal deleted inserted replaced
679:48f8f3fce7c0 680:0bb48333d133
43 43
44 void ispindel_mysql_insert(sys_ispindel_list *ispindel); 44 void ispindel_mysql_insert(sys_ispindel_list *ispindel);
45 void ispindel_mysql_update(sys_ispindel_list *ispindel); 45 void ispindel_mysql_update(sys_ispindel_list *ispindel);
46 void ispindel_mysql_death(char *alias); 46 void ispindel_mysql_death(char *alias);
47 47
48 /**
49 * @brief Check state changes in the database for all iSpindels and
50 * update the internal memory array. Called every 5 seconds from
51 * the main server thread.
52 */
53 void ispindel_mysql_check(void);
54
55 48
56 #endif 49 #endif

mercurial