00001 00023 #include "cbuf.h" 00024 00025 #include "commons.h" 00026 00027 Bool 00028 cbufIsLocked(Cbuf this) 00029 { 00030 return this->lock; 00031 } 00032 00033 // vim: set ts=4 sw=4: