]>
Commit | Line | Data |
---|---|---|
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" "\ | |
13 | Perform SRV lookup of TARGET and return list of connection candidiates. | |
14 | TARGET is a string of the form \"_Service._Proto.Name\". | |
15 | ||
16 | Returns a list with elements of the form (HOST . PORT), where HOST is | |
17 | a hostname and PORT is a numeric port. The caller is supposed to | |
18 | make connection attempts in the order given, starting from the beginning | |
19 | of 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 |