00001 using System; 00002 00003 namespace SQLiteCSLib.Inner 00004 { 00008 public interface ICallUserFunction 00009 { 00010 } 00011 }