Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd674b48

Browse files
committed
Add prototypes to supress warnings.
1 parentb6564c4 commitd674b48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/interfaces/python/pgmodule.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ static PyObject *pg_default_passwd;/* default password */
102102

103103
#endif/* DEFAULT_VARS */
104104

105+
DL_EXPORT(void)init_pg(void);
106+
int*get_type_array(PGresult*result,intnfields);
107+
105108
/* --------------------------------------------------------------------- */
106109
/* OBJECTS DECLARATION */
107110

@@ -476,7 +479,6 @@ static PyObject *
476479
pgsource_oidstatus(pgsourceobject*self,PyObject*args)
477480
{
478481
longoid;
479-
constchar*status;
480482

481483
/* checks validity */
482484
if (!check_source_obj(self,CHECK_RESULT))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp