File: nm_ppp.mli

package info (click to toggle)
obus 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,480 kB
  • sloc: ml: 14,675; lisp: 52; makefile: 11; xml: 8
file content (16 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(*
 * nm_ppp.mli
 * ----------
 * Copyright : (c) 2010, Jeremie Dimino <jeremie@dimino.org>
 * Licence   : BSD3
 *
 * This file is a part of obus, an ocaml implementation of D-Bus.
 *)

(** PPP *)

include OBus_proxy.Private

val need_secrets : t -> (string * string) Lwt.t
val set_ip4_config : t -> config : (string * OBus_value.V.single) list -> unit Lwt.t
val set_state : t -> state : int -> unit Lwt.t