File: trfInt.decls

package info (click to toggle)
tcltrf 2.1.4-dfsg3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,628 kB
  • sloc: ansic: 73,134; sh: 3,155; tcl: 1,343; makefile: 176; exp: 22
file content (18 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# trfInt.decls --
#
#	This file contains the declarations for all unsupported
#	functions that are exported by the Trf library.  This file
#	is used to generate the trfIntDecls.h file
#

library trf

# Define the unsupported generic interfaces.

interface trfInt

# Declare each of the functions in the unsupported internal Tcl
# 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.