]> crepu.dev Git - config.git/blame - djavu-asus/elpa/srv-20180715.1959/srv-autoloads.el
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpa / srv-20180715.1959 / srv-autoloads.el
CommitLineData
53e6db90
DC
1;;; srv-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
2;;
3;;; Code:
4
5(add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
7
8\f
9;;;### (autoloads nil "srv" "srv.el" (0 0 0 0))
10;;; Generated autoloads from srv.el
11
12(autoload 'srv-lookup "srv" "\
13Perform SRV lookup of TARGET and return list of connection candidiates.
14TARGET is a string of the form \"_Service._Proto.Name\".
15
16Returns a list with elements of the form (HOST . PORT), where HOST is
17a hostname and PORT is a numeric port. The caller is supposed to
18make connection attempts in the order given, starting from the beginning
19of the list. The list is empty if no SRV records were found.
20
21\(fn TARGET)" nil nil)
22
23(register-definition-prefixes "srv" '("srv--"))
24
25;;;***
26\f
27;;;### (autoloads nil nil ("srv-pkg.el") (0 0 0 0))
28
29;;;***
30\f
31;; Local Variables:
32;; version-control: never
33;; no-byte-compile: t
34;; no-update-autoloads: t
35;; coding: utf-8
36;; End:
37;;; srv-autoloads.el ends here