Add forward declarations. --- fasthenry-3.0/src/fasthenry/sparse/spSolve.c.orig 2015-07-22 12:06:20.502771958 +0200 +++ fasthenry-3.0/src/fasthenry/sparse/spSolve.c 2015-07-22 12:12:03.822798513 +0200 @@ -95,6 +95,7 @@ #include "spDefs.h" +static void SolveComplexMatrix( MatrixPtr, RealVector, RealVector );
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/admin.scm
AgeCommit message (Expand)Author
2019-06-15services: Remove unneeded imports that led to cycles....Ludovic Courtès
2018-12-23services: Fix typo in (gnu services admin)....Tobias Geerinckx-Rice
2018-10-04services: rottlog: Use command strings in the mcron jobs....Ludovic Courtès
2018-09-10services: tailon: Move to (gnu services web)....Ludovic Courtès
2018-03-22gnu: shepherd: Update to 0.4.0....Ludovic Courtès
2018-03-22services: rottlog: Add /var/log/debug to '%default-rotations'....Ludovic Courtès
2017-11-05services: Add 'description' fields....Ludovic Courtès
2017-08-09services: admin: Simplify the handling of the Tailon debug? option....Christopher Baines
2017-08-09services: Update the Tailon service for Tailon 1.3.0....Christopher Baines
2017-08-09services: Add missing wrap-lines option to tailon....Christopher Baines
2017-07-29gnu: services: admin: Add tailon....Christopher Baines
2017-06-12services: rottlog: Make extensible....Ludovic Courtès
2017-06-12services: rottlog: Define <log-rotation> objects....Ludovic Courtès
2017-04-16services: Add a default value to various service types....Ludovic Courtès