File: fuse_opt.pxd

package info (click to toggle)
python-llfuse 1.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,152 kB
  • sloc: python: 1,976; ansic: 487; sh: 35; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
'''
fuse_opt.pxd

This file contains Cython definitions for fuse_opt.h

Copyright © 2010 Nikolaus Rath <Nikolaus.org>

This file is part of Python-LLFUSE. This work may be distributed under
the terms of the GNU LGPL.
'''


# Based on fuse sources, revision tag fuse_2_8_3
cdef extern from "<fuse_opt.h>" nogil:
    struct fuse_args:
        int argc
        char **argv
        int allocated