summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-08-28 17:55:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-08-28 17:55:54 +0200
commitb203c4109ba1aa1483ed14882a289b857c09705c (patch)
tree25b9a9e55ea1a9213976fedc60216d91828e04bd /doc/en
parenta16b3d25ce2fd6d2f4d2b306043c5da494004e6a (diff)
downloadweechat-b203c4109ba1aa1483ed14882a289b857c09705c.zip
core: move sys filename and functions
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index 569a4902d..85c822102 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -140,13 +140,13 @@ WeeChat "core" is located in following directories:
|    wee-secure-config.c | Secured data options (file sec.conf).
|    wee-signal.c | Signal functions.
|    wee-string.c | Functions on strings.
+|    wee-sys.c | System functions.
|    wee-upgrade-file.c | Internal upgrade system.
|    wee-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...).
|    wee-url.c | URL transfer (using libcurl).
|    wee-utf8.c | UTF-8 functions.
|    wee-util.c | Some other functions.
|    wee-version.c | Functions for WeeChat version.
-|    wee-sys.c | System functions.
|    weechat.c | Main functions: command line options, startup.
|    hook/ | Hook functions.
|       wee-hook-command-run.c | Hook "command_run".