~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to rtl/netware/nwimp/ndpsrpc.imp

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
2
 
#
3
 
 clnt_ndps_create,
4
 
 svc_ndps_create,
5
 
 ndps_authnone_create,
6
 
 ndps_clnt_sperror,
7
 
 ndps_freenetconfigent,
8
 
 ndps_getnetconfigent,
9
 
 ndps__get_rpc_createerr_,
10
 
 ndps__seterr_reply,
11
 
 ndps_svc_control,
12
 
 ndps_svc_getreq,
13
 
 ndps_svc_interrupt,
14
 
 ndps_svc_run,
15
 
 ndps_svc_sendreply,
16
 
 ndps_svc_tp_create,
17
 
 ndps_svcerr_decode,
18
 
 ndps_svcerr_noproc,
19
 
 ndps_svcerr_systemerr,
20
 
 ndps_xdr_array,
21
 
 ndps_xdr_bool,
22
 
 ndps_xdr_bytes,
23
 
 ndps_xdr_callhdr,
24
 
 ndps_xdr_callmsg,
25
 
 ndps_xdr_char,
26
 
 ndps_xdr_double,
27
 
 ndps_xdr_enum,
28
 
 ndps_xdr_fast_string,
29
 
 ndps_xdr_float,
30
 
 ndps_xdr_free,
31
 
 ndps_xdr_free_pointer,
32
 
 ndps_xdr_int,
33
 
 ndps_xdr_long,
34
 
 ndps_xdr_opaque,
35
 
 ndps_xdr_opaque_auth,
36
 
 ndps_xdr_pointer,
37
 
 ndps_xdr_replymsg,
38
 
 ndps_xdr_short,
39
 
 ndps_xdr_string,
40
 
 ndps_xdr_u_char,
41
 
 ndps_xdr_u_int,
42
 
 ndps_xdr_u_long,
43
 
 ndps_xdr_u_short,
44
 
 ndps_xdr_union,
45
 
 ndps_xdr_vector,
46
 
 ndps_xdr_void,
47
 
 ndps_xdr_wrapstring,
48
 
 ndps_xdrmem_create,
49
 
 ndps_xdrrec_create,
50
 
 ndps_xdrrec_endofrecord,
51
 
 ndps_xdrrec_eof,
52
 
 ndps_xdrrec_flush,
53
 
 ndps_xdrrec_skiprecord,
54
 
 ndps_xdrrec_splice,
55
 
 ndps_RemoveClient,
56
 
 ndps_RemoveClientId,
57
 
 ndps_AddClientId,
58
 
 ndps_GetClientId
59