]> granicus.if.org Git - php/commitdiff
Removed unused code
authorFrank M. Kromann <fmk@php.net>
Fri, 26 Oct 2001 17:50:33 +0000 (17:50 +0000)
committerFrank M. Kromann <fmk@php.net>
Fri, 26 Oct 2001 17:50:33 +0000 (17:50 +0000)
ext/fbsql/php_fbsql.c

index 73f296c2d4041d33b79b754e338716ea5a453fae..0807f953e46cb0c004a95156747295e586a9ab6f 100644 (file)
@@ -99,7 +99,6 @@ typedef struct PHPFBLink PHPFBLink;
 /* Some functions which should be exported from FBCAccess */
 
 void*        fbaObjectAtIndex();
-void         fbcInitialize();
 void         fbaRelease();
 unsigned int fbaCount();
 
@@ -2333,7 +2332,7 @@ void phpfbColumnAsString (PHPFBResult* result, int column, void* data , int* len
 
 /* {{{ phpfbSqlResult 
  */
-void phpfbSqlResult (INTERNAL_FUNCTION_PARAMETERS, PHPFBResult* result, int rowIndex, int  columnIndex)
+void phpfbSqlResult(INTERNAL_FUNCTION_PARAMETERS, PHPFBResult* result, int rowIndex, int  columnIndex)
 {
        void** row;
        if (result->list)