Skip to content

Commit bf41daa

Browse files
authored
Merge pull request #24 from Hains/python3
networkbrowser: Fix build with gcc 15
2 parents e81aa18 + ff2fb5a commit bf41daa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

networkbrowser/src/lib/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
static PyObject *error;
3131

32+
int showNfsShare(char *pythonIp, nfsinfo *nfsInfo);
33+
3234
PyObject *_netzInfo(PyObject *self, PyObject *args)
3335
{
3436
netinfo *nInfo;

0 commit comments

Comments
 (0)