~ubuntu-branches/ubuntu/trusty/ocamlnet/trusty

« back to all changes in this revision

Viewing changes to src/netsys/netsys_xdr.ml

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-09-02 14:12:33 UTC
  • mfrom: (18.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110902141233-zbj0ygxb92u6gy4z
Tags: 3.4-1
* New upstream release
  - add a new NetcgiRequire directive to ease dependency management
    (Closes: #637147)
  - remove patches that were applied upstream:
    + Added-missing-shebang-lines-in-example-shell-scripts
    + Try-also-ocamlc-for-POSIX-threads

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(* $Id: netsys_xdr.ml 1355 2009-12-10 21:39:01Z gerd $ *)
 
2
 
 
3
external s_read_int4_64_unsafe : string -> int -> int
 
4
  = "netsys_s_read_int4_64" "noalloc"
 
5
 
 
6
external s_write_int4_64_unsafe : string -> int -> int -> unit
 
7
  = "netsys_s_write_int4_64" "noalloc"
 
8
 
 
9
external s_read_string_array_unsafe : 
 
10
  string -> int -> int -> int32 -> string array -> int
 
11
  = "netsys_s_read_string_array"