diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-29 18:45:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-29 18:45:52 +0000 |
commit | 4191741fb673494875ef2b1da0468277463f7357 (patch) | |
tree | 294da242af313bc68958045d30da9fbfe12d05e1 /curl-style.el | |
parent | 7a52f44bd40a440a2ef105933f168dc943cc50c5 (diff) | |
download | curl-4191741fb673494875ef2b1da0468277463f7357.tar.gz |
Curl_addrinfo is another typedef we use frequently
Diffstat (limited to 'curl-style.el')
-rw-r--r-- | curl-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl-style.el b/curl-style.el index 10710a3de..0069bbc69 100644 --- a/curl-style.el +++ b/curl-style.el @@ -28,7 +28,7 @@ (setq tab-width 8 indent-tabs-mode nil ; Use spaces. Not tabs. comment-column 40 - c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t" "curl_off_t" "curl_socket_t" "in_addr_t" "CURLSHcode" "CURLMcode")) + c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t" "size_t" "socklen_t" "fd_set" "time_t" "curl_off_t" "curl_socket_t" "in_addr_t" "CURLSHcode" "CURLMcode" "Curl_addrinfo")) ) ;; keybindings for C, C++, and Objective-C. We can put these in ;; c-mode-base-map because of inheritance ... |