added Status for get_module()
This commit is contained in:
parent
d37bdc026c
commit
96ab54a107
|
@ -207,4 +207,16 @@ enum {
|
|||
force_exactfile = 0, /* File on client must exactly match server's file */
|
||||
force_model_samebounds, /* For model files only, the geometry must fit in the same bbox */
|
||||
force_model_specifybounds, /* For model files only, the geometry must fit in the specified bbox */
|
||||
}
|
||||
}
|
||||
|
||||
/* Status for get_module() */
|
||||
enum {
|
||||
module_none = 0,
|
||||
module_query,
|
||||
module_badload,
|
||||
module_loaded,
|
||||
module_noinfo,
|
||||
module_noquery,
|
||||
module_noattach,
|
||||
module_old,
|
||||
};
|
Loading…
Reference in New Issue
Block a user