Bug #8336
Implicit declaration of function 'sqlfs_xxx_yyyy' is invalid in C99
Status: | New | Start date: | 06/22/2017 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
I m trying to run the exapmle on Xcode 7,8 on iOS 9,10 device but i m getting error saying “Implicit declaration of function 'sqlfs_xxx_yyyy' is invalid in C99” for below mentioned methods:
sqlfs_open_password
sqlfs_open_key
sqlfs_change_password
sqlfs_rekey
i guess it is all hapening because of libsqlfs i used https://github.com/guardianproject/libsqlfs release 1.3.2
can you guide me what i am doing wrong or missing that i m getting this error.
i have attched screen shot of the errors