File: bufInt.decls

package info (click to toggle)
memchan 2.3%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,356 kB
  • sloc: ansic: 3,320; sh: 990; tcl: 687; makefile: 48
file content (18 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# bufInt.decls --
#
#	This file contains the declarations for all unsupported
#	functions that are exported by the Buf library.  This file
#	is used to generate the bufIntDecls.h file
#

library buf

# Define the unsupported generic interfaces.

interface bufInt

# Declare each of the functions in the unsupported internal Buf
# interface.  These interfaces are allowed to change between versions.
# Use at your own risk.  Note that the position of functions should not
# be changed between versions to avoid gratuitous incompatibilities.